Skip to content

Commit 2f0b1a6

Browse files
Merge pull request #170 from foundation-model-stack/dependabot/pip/triton-gte-3.0-and-lt-3.5
chore(deps): Update triton requirement from <3.4,>=3.0 to >=3.0,<3.5
2 parents 28a2595 + d7f1ab5 commit 2f0b1a6

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
@@ -42,7 +42,7 @@ opt = ["fms-model-optimizer[fp8, gptq, mx]"]
4242
aiu = ["ibm-fms>=0.0.8"]
4343
torchvision = ["torchvision>=0.17"]
4444
flash-attn = ["flash-attn>=2.5.3,<3.0"]
45-
triton = ["triton>=3.0,<3.4"]
45+
triton = ["triton>=3.0,<3.5"]
4646
visualize = ["matplotlib", "graphviz", "pygraphviz", "tensorboard", "notebook"]
4747
dev = ["pre-commit>=3.0.4,<5.0"]
4848
test = ["pytest", "pillow"]

0 commit comments

Comments
 (0)