Skip to content

Commit 9614e7e

Browse files
authored
Update vllm version requirement to 0.17.0
1 parent 33acf35 commit 9614e7e

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
@@ -103,7 +103,7 @@ nanotron = [
103103
"tensorboardX"
104104
]
105105
tensorboardX = ["tensorboardX"]
106-
vllm = ["vllm>=0.11.0", "ray", "more_itertools"]
106+
vllm = ["vllm>=0.17.0", "ray", "more_itertools"]
107107
sglang = ["sglang"]
108108
quality = ["ruff>=v0.11.0","pre-commit"]
109109
tests = ["pytest>=7.4.0","deepdiff","pip>=25.2"]

0 commit comments

Comments
 (0)