fix: guard reconcile call against None numeric_ids; add torchvision lower bounds
This commit is contained in:
parent
42c5d984b7
commit
265a09a341
2 changed files with 5 additions and 6 deletions
|
|
@ -61,8 +61,8 @@ _ROCM_TORCH_PKG_SPECS: dict[str, tuple[str, str, str]] = {
|
|||
# Default for rocm7.1 and earlier: torch 2.x below 2.11
|
||||
"_default": (
|
||||
"torch>=2.4,<2.11.0",
|
||||
"torchvision<0.26.0",
|
||||
"torchaudio<2.11.0",
|
||||
"torchvision>=0.19,<0.26.0",
|
||||
"torchaudio>=2.4,<2.11.0",
|
||||
),
|
||||
}
|
||||
_PYTORCH_WHL_BASE = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue