fs/ggml: add missing architecture to OllamaEngineRequired() (#11206)

This commit is contained in:
Jeffrey Morgan
2025-06-26 00:11:23 -07:00
committed by GitHub
parent 73b642e6f3
commit 3944602f51

View File

@@ -174,6 +174,7 @@ func (kv KV) Bools(key string, defaultValue ...[]bool) []bool {
func (kv KV) OllamaEngineRequired() bool {
return slices.Contains([]string{
"gemma3",
"gemma3n",
"mistral3",
"llama4",
"mllama",