We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bc35b commit 99e7337Copy full SHA for 99e7337
specs/releases/linux.txt
@@ -200,7 +200,8 @@ tokenizers==0.21.0
200
toml==0.10.2
201
tomlkit==0.13.2
202
# 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
+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"
205
tornado==6.4.2
206
tqdm==4.67.1
207
traitlets==5.14.3
0 commit comments