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 4aed0ca commit 0d4d06fCopy full SHA for 0d4d06f
requirements/cpu.txt
@@ -15,3 +15,6 @@ torchaudio==2.6.0; platform_machine == "ppc64le"
15
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
0 commit comments