Skip to content

Commit 99e7337

Browse files
committed
Torch platform depended for x86_64 and aarch (arm)
1 parent b6bc35b commit 99e7337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/releases/linux.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ tokenizers==0.21.0
200200
toml==0.10.2
201201
tomlkit==0.13.2
202202
# torch==2.6.0+cpu
203-
https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.6.0%2Bcpu.cxx11.abi-cp312-cp312-linux_x86_64.whl
203+
https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.6.0%2Bcpu.cxx11.abi-cp312-cp312-linux_x86_64.whl ; platform_machine == "x86_64"
204+
https://download.pytorch.org/whl/cpu/torch-2.6.0%2Bcpu-cp312-cp312-manylinux_2_28_aarch64.whl; platform_machine == "aarch64"
204205
tornado==6.4.2
205206
tqdm==4.67.1
206207
traitlets==5.14.3

0 commit comments

Comments
 (0)