You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deploy): fallback through ROCm versions for PyTorch wheels
PyTorch only publishes wheels for specific ROCm versions (e.g. 6.2,
7.0, 7.1) — not every point release. For ROCm 7.2, deploy now tries:
7.2 → 7.1 → 7.0 → 6.4 → 6.3 → 6.2 → 6.1 → 6.0
Stops at first successful install. Falls back to PyPI CPU torch if
no ROCm wheels found at all.
0 commit comments