Skip to content

Commit 352aac3

Browse files
committed
Switch to non-gated default VLM
1 parent 1beee32 commit 352aac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/azimuth-image-analysis/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-vision-instruct"
14+
"default": "Qwen/Qwen2-VL-7B-Instruct"
1515
},
1616
"token": {
1717
"type": [

charts/azimuth-image-analysis/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-vision-instruct
3+
model: &model-name Qwen/Qwen2-VL-7B-Instruct
44
ui:
55
image:
66
repository: ghcr.io/stackhpc/azimuth-llm-image-analysis-ui

0 commit comments

Comments
 (0)