Skip to content

Commit 4ce5dfe

Browse files
authored
Merge pull request #95 from stackhpc/update/vllm-v0.8.5.post1
Update vLLM to v0.8.5.post1
2 parents 909de8a + 417a908 commit 4ce5dfe

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

charts/azimuth-chat/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"image": {
135135
"properties": {
136136
"version": {
137-
"default": "v0.7.3"
137+
"default": "v0.8.5.post1"
138138
}
139139
}
140140
}

charts/azimuth-image-analysis/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"image": {
122122
"properties": {
123123
"version": {
124-
"default": "v0.7.3"
124+
"default": "v0.8.5.post1"
125125
}
126126
}
127127
}

charts/azimuth-llm/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "string",
3838
"title": "Backend vLLM version",
3939
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
40-
"default": "v0.7.3"
40+
"default": "v0.8.5.post1"
4141
}
4242
}
4343
}

charts/azimuth-llm/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ api:
3636
# Defaults to vllm/vllm-openai when api.gpus > 0
3737
# or ghrc.io/stackhpc/vllm-cpu when api.gpus == 0
3838
repository:
39-
version: v0.7.3
39+
version: v0.8.5.post1
4040
monitoring:
4141
enabled: true
4242
# The number of replicas for the backend deployment
@@ -108,7 +108,6 @@ api:
108108
# Only one of these should be set
109109
# minAvailable:
110110
# maxUnavailable:
111-
112111
# Configuration for the frontend web interface
113112
ui:
114113
# Toggles installation of the gradio web UI

0 commit comments

Comments
 (0)