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 311b3a4 commit 68cb476Copy full SHA for 68cb476
chart/values.schema.json
@@ -107,7 +107,7 @@
107
"type": "string",
108
"title": "Backend vLLM version",
109
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
110
- "default": "v0.4.3"
+ "default": "v0.5.4"
111
}
112
113
chart/values.yaml
@@ -35,7 +35,7 @@ api:
35
# Container image config
36
image:
37
repository: vllm/vllm-openai
38
- version: v0.4.3
+ version: v0.5.4
39
monitoring:
40
enabled: true
41
# The number of replicas for the backend deployment
0 commit comments