Skip to content

Commit 3369519

Browse files
authored
Revert "fix torch specs in requirements files" (#1150)
Reverts #1134. Let's see if this somehow broke wave runtime tests.
1 parent 3f7aadb commit 3369519

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gen-pytorch-rocm-requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
PYTORCH_INDEX = "https://download.pytorch.org/whl/rocm{ver}"
3030
AMD_FIND_LINKS = "https://repo.radeon.com/rocm/manylinux/rocm-rel-{ver}/"
3131

32-
TORCH_SPEC = "torch>=2.6,<2.10"
32+
TORCH_SPEC = "torch>=2.6"
3333

3434
# ---------------------------------------------------------------------------
3535
# ROCm version detection

pytorch-cpu-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
--index-url https://download.pytorch.org/whl/cpu
2-
torch>=2.6,<2.10
2+
torch>=2.6,<2.9

pytorch-rocm-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
--index-url https://download.pytorch.org/whl/rocm6.4
2-
torch>=2.6,<2.10
2+
torch>=2.6,<2.9

0 commit comments

Comments
 (0)