mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 12:19:56 +01:00
fs/ggml: add missing architecture to OllamaEngineRequired() (#11206)
This commit is contained in:
parent
73b642e6f3
commit
3944602f51
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user