Skip to content

Commit be88ece

Browse files
authored
Merge pull request #594 from NexaAI/chore/remilia/model_mapping_qwen3vl
chore(model_mapping): update qwen3vl shotcut
2 parents 2b9b930 + 74db84b commit be88ece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runner/internal/config/model_mapping.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ var modelMappingSrc = map[string][][3]string{
2222
{"darwin", "arm64", "Qwen/Qwen2.5-VL-3B-Instruct"},
2323
},
2424
"qwen3vl": {
25-
{"windows", "amd64", "NexaAI/qwen3vl-GGUF"},
26-
{"windows", "arm64", "NexaAI/qwen3vl-npu"},
27-
{"darwin", "arm64", "NexaAI/qwen3vl-mlx-4bit"},
25+
{"windows", "amd64", "NexaAI/Qwen3-VL-4B-GGUF"},
26+
{"windows", "arm64", "NexaAI/Qwen3-VL-4B-NPU"},
27+
{"darwin", "arm64", "NexaAI/Qwen3-VL-4B-MLX-4bit"},
2828
},
2929
"gemma3": {
3030
{"", "", "ggml-org/gemma-3-4b-it-GGUF"},

0 commit comments

Comments
 (0)