Skip to content

Commit 68cb476

Browse files
committed
Update vLLM to v0.5.4
1 parent 311b3a4 commit 68cb476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"type": "string",
108108
"title": "Backend vLLM version",
109109
"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"
110+
"default": "v0.5.4"
111111
}
112112
}
113113
}

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ api:
3535
# Container image config
3636
image:
3737
repository: vllm/vllm-openai
38-
version: v0.4.3
38+
version: v0.5.4
3939
monitoring:
4040
enabled: true
4141
# The number of replicas for the backend deployment

0 commit comments

Comments
 (0)