Skip to content

Commit 2256748

Browse files
YifanShenSZyifan_shen3
andauthored
limit torch to older than 2.8 for now (#2591)
Co-authored-by: yifan_shen3 <[email protected]>
1 parent be33582 commit 2256748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reqs/pytorch.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ torchaudio==2.2.0; platform_machine != "arm64"
55
torchvision==0.17.0; platform_machine != "arm64"
66

77
# Torch dependencies for ARM
8-
torch>=2.2.0; platform_machine == "arm64"
8+
torch>=2.2.0,<2.8; platform_machine == "arm64"
99
torchaudio>=2.2.0; platform_machine == "arm64"
1010
torchvision>=0.17.0; platform_machine == "arm64"
1111
torchsr==1.0.4; platform_machine == "arm64"

0 commit comments

Comments
 (0)