We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b934eb6 + 3dc68bc commit f89382bCopy full SHA for f89382b
chart/values.yaml
@@ -5,7 +5,7 @@
5
huggingface:
6
# The name of the HuggingFace model to use
7
# Use a yaml anchor to avoid duplication elsewhere
8
- model: &model-name ise-uiuc/Magicoder-S-DS-6.7B
+ model: &model-name microsoft/Phi-3.5-mini-instruct
9
# A Jinja formatted chat template to provide to the language model.
10
# See https://huggingface.co/blog/chat-templates for background info.
11
# If not provided, the default template specified in the HuggingFace
@@ -35,7 +35,7 @@ api:
35
# Container image config
36
image:
37
repository: vllm/vllm-openai
38
- version: v0.5.4
+ version: v0.5.5
39
monitoring:
40
enabled: true
41
# The number of replicas for the backend deployment
0 commit comments