Unverified Commit 3944602f authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

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

parent 73b642e6
...@@ -174,6 +174,7 @@ func (kv KV) Bools(key string, defaultValue ...[]bool) []bool { ...@@ -174,6 +174,7 @@ func (kv KV) Bools(key string, defaultValue ...[]bool) []bool {
func (kv KV) OllamaEngineRequired() bool { func (kv KV) OllamaEngineRequired() bool {
return slices.Contains([]string{ return slices.Contains([]string{
"gemma3", "gemma3",
"gemma3n",
"mistral3", "mistral3",
"llama4", "llama4",
"mllama", "mllama",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment