We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178d4ba commit 3920c90Copy full SHA for 3920c90
.github/workflows/tests.yaml
@@ -34,7 +34,7 @@ jobs:
34
pyv: ["3.12"]
35
vllm_version:
36
# - "" # skip the pypi version as it will not work on CPU
37
- - "git+https://github.com/vllm-project/vllm@v0.6.6.post1"
+ - "git+https://github.com/vllm-project/vllm@v0.7.2"
38
- "git+https://github.com/vllm-project/vllm@main"
39
- "git+https://github.com/opendatahub-io/vllm@main"
40
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
requires-python = ">=3.9"
27
dynamic = ["version"]
28
dependencies = [
29
- "vllm>=0.6.4.post2",
+ "vllm>=0.7.2",
30
"prometheus_client==0.21.1",
31
"grpcio==1.70.0",
32
"grpcio-health-checking==1.70.0",
0 commit comments