We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ea96c commit b864962Copy full SHA for b864962
pyproject.toml
@@ -20,6 +20,7 @@ dependencies = [
20
"torch>=1.10.0",
21
"transformers>=4.38.0",
22
"triton; platform_system == 'linux' and platform_machine == 'x86_64'",
23
+ "ninja",
24
]
25
dynamic = ["version"]
26
0 commit comments