diff --git a/charts/azimuth-chat/values.schema.json b/charts/azimuth-chat/values.schema.json index 737797c..3e659f7 100644 --- a/charts/azimuth-chat/values.schema.json +++ b/charts/azimuth-chat/values.schema.json @@ -11,7 +11,7 @@ "type": "string", "title": "Model", "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).", - "default": "microsoft/Phi-3.5-mini-instruct" + "default": "deepseek-ai/deepseek-llm-7b-chat" }, "token": { "type": [ diff --git a/charts/azimuth-chat/values.yaml b/charts/azimuth-chat/values.yaml index 2565bc6..1da2d30 100644 --- a/charts/azimuth-chat/values.yaml +++ b/charts/azimuth-chat/values.yaml @@ -1,6 +1,6 @@ azimuth-llm: huggingface: - model: &model-name microsoft/Phi-3.5-mini-instruct + model: &model-name deepseek-ai/deepseek-llm-7b-chat ui: image: repository: ghcr.io/stackhpc/azimuth-llm-chat-ui diff --git a/charts/azimuth-llm/values.schema.json b/charts/azimuth-llm/values.schema.json index 9f48c5b..b94315b 100644 --- a/charts/azimuth-llm/values.schema.json +++ b/charts/azimuth-llm/values.schema.json @@ -8,7 +8,7 @@ "type": "string", "title": "Model", "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).", - "default": "microsoft/Phi-3.5-mini-instruct" + "default": "deepseek-ai/deepseek-llm-7b-chat" }, "token": { "type": [ diff --git a/charts/azimuth-llm/values.yaml b/charts/azimuth-llm/values.yaml index e42a316..f2f982c 100644 --- a/charts/azimuth-llm/values.yaml +++ b/charts/azimuth-llm/values.yaml @@ -5,7 +5,7 @@ huggingface: # The name of the HuggingFace model to use # Use a yaml anchor to avoid duplication elsewhere - model: &model-name microsoft/Phi-3.5-mini-instruct + model: &model-name deepseek-ai/deepseek-llm-7b-chat # A Jinja formatted chat template to provide to the language model. # See https://huggingface.co/blog/chat-templates for background info. # If not provided, the default template specified in the HuggingFace