Skip to content

Commit

Permalink
Switch to non-gated default VLM
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 4, 2024
1 parent 1beee32 commit 352aac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/azimuth-image-analysis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-vision-instruct"
"default": "Qwen/Qwen2-VL-7B-Instruct"
},
"token": {
"type": [
Expand Down
2 changes: 1 addition & 1 deletion charts/azimuth-image-analysis/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
azimuth-llm:
huggingface:
model: &model-name microsoft/Phi-3.5-vision-instruct
model: &model-name Qwen/Qwen2-VL-7B-Instruct
ui:
image:
repository: ghcr.io/stackhpc/azimuth-llm-image-analysis-ui
Expand Down

0 comments on commit 352aac3

Please sign in to comment.