Skip to content

Commit f89382b

Browse files
authored
Merge pull request #33 from stackhpc/update/vllm
Update vLLM to v0.5.5
2 parents b934eb6 + 3dc68bc commit f89382b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
huggingface:
66
# The name of the HuggingFace model to use
77
# Use a yaml anchor to avoid duplication elsewhere
8-
model: &model-name ise-uiuc/Magicoder-S-DS-6.7B
8+
model: &model-name microsoft/Phi-3.5-mini-instruct
99
# A Jinja formatted chat template to provide to the language model.
1010
# See https://huggingface.co/blog/chat-templates for background info.
1111
# If not provided, the default template specified in the HuggingFace
@@ -35,7 +35,7 @@ api:
3535
# Container image config
3636
image:
3737
repository: vllm/vllm-openai
38-
version: v0.5.4
38+
version: v0.5.5
3939
monitoring:
4040
enabled: true
4141
# The number of replicas for the backend deployment

0 commit comments

Comments
 (0)