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 9182c93 commit 0cce0faCopy full SHA for 0cce0fa
pyproject.toml
@@ -17,6 +17,7 @@ classifiers = [
17
]
18
dependencies = [
19
"torch",
20
+ "triton",
21
"ninja",
22
"einops",
23
"transformers",
setup.py
@@ -371,7 +371,7 @@ def run(self):
371
"packaging",
372
373
374
- # "triton",
375
376
# "causal_conv1d>=1.4.0",
377
],
0 commit comments