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 9623337 commit de6f730Copy full SHA for de6f730
pyproject.toml
@@ -26,7 +26,6 @@ dependencies = [
26
"accelerate>=0.20.3,!=0.34,<1.7",
27
"transformers>=4.45,<4.52",
28
"torch>=2.2.0,<2.6",
29
-"triton>=3.0,<3.4",
30
"tqdm>=4.66.2,<5.0",
31
"datasets>=3.0.0,<4.0",
32
"ninja>=1.11.1.1,<2.0",
@@ -46,6 +45,7 @@ dev = ["pre-commit>=3.0.4,<5.0"]
46
45
fp8 = ["llmcompressor"]
47
gptq = ["Cython", "gptqmodel>=1.7.3"]
48
mx = ["microxcaling>=1.1"]
+triton = ["triton>=3.0,<3.4"]
49
visualize = ["matplotlib", "graphviz", "pygraphviz"]
50
flash-attn = ["flash-attn>=2.5.3,<3.0"]
51
opt = ["fms-model-optimizer[fp8, gptq]"]
0 commit comments