Skip to content

Commit e5306fe

Browse files
Exclude vllm v0.9.1 as an allowed version due to breaking bug (#232)
vLLM v0.9.1 contains a bug that causes vllm-spyre to hang on boot-up. The bug is not respecting `num_gpu_blocks_overrides`. It was introduced in vllm-project/vllm#17996 and fixed in vllm-project/vllm#19503. --------- Signed-off-by: Travis Johnson <[email protected]>
1 parent a2c68c3 commit e5306fe

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>=0.2.0",
1515
"ibm-fms==1.0.0",
16-
"vllm>=0.9.0",
16+
"vllm>=0.9.0,!=0.9.1",
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)