Skip to content

Commit 6528a53

Browse files
authored
Merge pull request #106 from stackhpc/feat/deepseek-default
Changed default model to DeepSeek
2 parents 335f6bf + ca50a8a commit 6528a53

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
@@ -11,7 +11,7 @@
1111
"type": "string",
1212
"title": "Model",
1313
"description": "The [HuggingFace model](https://huggingface.co/models) to deploy (see [here](https://github.com/stackhpc/azimuth-llm?tab=readme-ov-file#tested-models) for a list of tested models).",
14-
"default": "microsoft/Phi-3.5-mini-instruct"
14+
"default": "deepseek-ai/deepseek-llm-7b-chat"
1515
},
1616
"token": {
1717
"type": [

charts/azimuth-chat/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
azimuth-llm:
22
huggingface:
3-
model: &model-name microsoft/Phi-3.5-mini-instruct
3+
model: &model-name deepseek-ai/deepseek-llm-7b-chat
44
ui:
55
image:
66
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui

charts/azimuth-llm/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "string",
99
"title": "Model",
1010
"description": "The [HuggingFace model](https://huggingface.co/models) to deploy (see [here](https://github.com/stackhpc/azimuth-llm?tab=readme-ov-file#tested-models) for a list of tested models).",
11-
"default": "microsoft/Phi-3.5-mini-instruct"
11+
"default": "deepseek-ai/deepseek-llm-7b-chat"
1212
},
1313
"token": {
1414
"type": [

charts/azimuth-llm/values.yaml

Lines changed: 1 addition & 1 deletion
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 microsoft/Phi-3.5-mini-instruct
8+
model: &model-name deepseek-ai/deepseek-llm-7b-chat
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

0 commit comments

Comments
 (0)