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 a6d8c3d commit bd9b7cfCopy full SHA for bd9b7cf
requirements/cpu.txt
@@ -17,4 +17,4 @@ 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