require new engine for qwen25vl arch

This commit is contained in:
Bruce MacDonald 2025-05-02 15:54:15 -07:00
parent 16b13e0cfc
commit 919b3d6e21

View File

@ -125,6 +125,7 @@ func (kv KV) OllamaEngineRequired() bool {
"gemma3",
"mistral3",
"llama4",
"qwen25vl",
}, kv.Architecture())
}