From dea0001db3a402c69e06557d1647efb0eb011d1b Mon Sep 17 00:00:00 2001 From: sd109 Date: Thu, 29 Aug 2024 16:40:29 +0100 Subject: [PATCH] Update default model in Azimuth UI form --- chart/values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.schema.json b/chart/values.schema.json index 4267cd6..b227644 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -9,7 +9,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": "ise-uiuc/Magicoder-S-DS-6.7B" + "default": "microsoft/Phi-3.5-mini-instruct" }, "token": { "type": ["string", "null"],