We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b5dd1 commit a1a28cfCopy full SHA for a1a28cf
requirements/cpu.txt
@@ -12,9 +12,9 @@ torchaudio; platform_machine != "ppc64le" and platform_machine != "s390x"
12
torchaudio==2.6.0; platform_machine == "ppc64le"
13
14
# required for the image processor of phi3v, this must be updated alongside torch
15
-torchvision; platform_machine != "ppc64le" and platform_machine != "s390x"
+torchvision; platform_machine != "ppc64le" and platform_machine != "s390x"
16
torchvision==0.21.0; platform_machine == "ppc64le"
17
datasets # for benchmark scripts
18
19
# cpu cannot use triton 3.3.0
20
-triton==3.2.0; platform_machine != "ppc64le"
+triton==3.2.0; platform_machine == "x86_64"
0 commit comments