Skip to content

Commit ec6a460

Browse files
📌 pin vllm upper bound (#369)
# Description Pin vllm upper bound ## Related Issues fix #364 --------- Signed-off-by: Prashant Gupta <[email protected]>
1 parent 08afed5 commit ec6a460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = {text = "Apache 2"}
1313
dependencies = [
1414
"fms-model-optimizer[fp8]>=0.6.0",
1515
"ibm-fms>=1.2.1",
16-
"vllm>=0.9.2",
16+
"vllm>=0.9.2,<=0.10.0",
1717
]
1818
requires-python = ">=3.9"
1919
dynamic = ["version"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)