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 b47b08f commit c5a4f44Copy full SHA for c5a4f44
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",
@@ -47,6 +46,7 @@ mx = ["microxcaling>=1.1"]
47
46
opt = ["fms-model-optimizer[fp8, gptq, mx]"]
48
torchvision = ["torchvision>=0.17"]
49
flash-attn = ["flash-attn>=2.5.3,<3.0"]
+triton = ["triton>=3.0,<3.4"]
50
visualize = ["matplotlib", "graphviz", "pygraphviz"]
51
dev = ["pre-commit>=3.0.4,<5.0"]
52
test = ["pytest", "pillow"]
0 commit comments