Skip to content

Commit d82ef04

Browse files
authored
Merge pull request #43 from stackhpc/update/vllm-v0.6.2
Update vLLM to v0.6.2
2 parents 053fe6f + d4a4365 commit d82ef04

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.5.5"
117+
"default": "v0.6.2"
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.5.5
36+
version: v0.6.2
3737
monitoring:
3838
enabled: true
3939
# The number of replicas for the backend deployment

0 commit comments

Comments
 (0)