Skip to content

Commit 3a006dc

Browse files
committed
Merge branch 'main' into fp8-tp-fixes
2 parents 3b4ef87 + e83f55c commit 3a006dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dynamic = ["version"]
2424
dependencies = [
2525
"numpy>=1.26.4,<2.3.0",
2626
"accelerate>=0.20.3,!=0.34,<1.10",
27-
"transformers>=4.45,<4.54",
27+
"transformers>=4.45,<4.56",
2828
"torch>=2.2.0,<2.8",
2929
"tqdm>=4.66.2,<5.0",
3030
"datasets>=3.0.0,<5.0",
@@ -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)