Skip to content

Commit ee9a1d9

Browse files
authored
Merge pull request #112 from stackhpc/update/vllm-v0.9.1
Update vLLM to v0.9.1
2 parents 3df4c62 + dc5b814 commit ee9a1d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/azimuth-chat/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "string",
4141
"title": "Backend vLLM version",
4242
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
43-
"default": "v0.9.0.1"
43+
"default": "v0.9.1"
4444
}
4545
}
4646
}

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

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

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.9.0.1"
40+
"default": "v0.9.1"
4141
}
4242
}
4343
}

charts/azimuth-llm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ api:
3737
# ghcr.io/stackhpc/vllm-xpu when api.gpus > 0 and intelXPUsEnabled is true,
3838
# or ghcr.io/stackhpc/vllm-cpu when api.gpus == 0
3939
repository:
40-
version: v0.9.0.1
40+
version: v0.9.1
4141
monitoring:
4242
enabled: true
4343
# The number of replicas for the backend deployment

0 commit comments

Comments
 (0)