Browse Source

Restrict vllm version to <0.11 for compatibility

myhloli 1 month ago
parent
commit
c6bffd9382
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -56,7 +56,7 @@ vlm = [
     "accelerate>=1.5.1",
 ]
 vllm = [
-    "vllm>=0.10.1.1",
+    "vllm>=0.10.1.1,<0.11",
 ]
 pipeline = [
     "matplotlib>=3.10,<4",