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 ec5b1a5 commit 21f69f9Copy full SHA for 21f69f9
requirements.txt
@@ -71,7 +71,7 @@ etcd3
71
blake3
72
soundfile
73
# triton==3.3.1; platform_machine == "x86_64" # <For CUDA 12.9>
74
-pytorch-triton==3.3.1; platform_machine == "x86_64" # public triton not support CUDA 13, use pytorch-triton instead
+pytorch-triton>=3.3.0,<=3.3.1; platform_machine == "x86_64" # public triton not support CUDA 13, use pytorch-triton instead
75
tiktoken
76
blobfile
77
openai-harmony==0.0.4
0 commit comments