Skip to content

Commit c5a4f44

Browse files
committed
build: Move triton to optional
Signed-off-by: Brandon Groth <[email protected]>
1 parent b47b08f commit c5a4f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies = [
2626
"accelerate>=0.20.3,!=0.34,<1.7",
2727
"transformers>=4.45,<4.52",
2828
"torch>=2.2.0,<2.6",
29-
"triton>=3.0,<3.4",
3029
"tqdm>=4.66.2,<5.0",
3130
"datasets>=3.0.0,<4.0",
3231
"ninja>=1.11.1.1,<2.0",
@@ -47,6 +46,7 @@ mx = ["microxcaling>=1.1"]
4746
opt = ["fms-model-optimizer[fp8, gptq, mx]"]
4847
torchvision = ["torchvision>=0.17"]
4948
flash-attn = ["flash-attn>=2.5.3,<3.0"]
49+
triton = ["triton>=3.0,<3.4"]
5050
visualize = ["matplotlib", "graphviz", "pygraphviz"]
5151
dev = ["pre-commit>=3.0.4,<5.0"]
5252
test = ["pytest", "pillow"]

0 commit comments

Comments
 (0)