Skip to content

Commit aa0e53e

Browse files
authored
Merge pull request #44 from stackhpc/update/vllm-v0.6.3
Update vLLM to v0.6.3
2 parents d82ef04 + 484c771 commit aa0e53e

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
@@ -114,7 +114,7 @@
114114
"type": "string",
115115
"title": "Backend vLLM version",
116116
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
117-
"default": "v0.6.2"
117+
"default": "v0.6.3"
118118
}
119119
}
120120
}

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ api:
3333
# Container image config
3434
image:
3535
repository: vllm/vllm-openai
36-
version: v0.6.2
36+
version: v0.6.3
3737
monitoring:
3838
enabled: true
3939
# The number of replicas for the backend deployment

0 commit comments

Comments
 (0)