mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
model: add olmo3 and olmo3.1 (#13415)
This commit is contained in:
@@ -253,6 +253,7 @@ func (kv KV) OllamaEngineRequired() bool {
|
||||
"deepseekocr",
|
||||
"deepseek2",
|
||||
"nomic-bert",
|
||||
"olmo3",
|
||||
}, kv.Architecture())
|
||||
}
|
||||
|
||||
@@ -841,6 +842,7 @@ func (f GGML) FlashAttention() bool {
|
||||
"gemma3",
|
||||
"gptoss", "gpt-oss",
|
||||
"mistral3",
|
||||
"olmo3",
|
||||
"qwen3", "qwen3moe",
|
||||
"qwen3vl", "qwen3vlmoe",
|
||||
}, f.KV().String("general.architecture"))
|
||||
|
||||
Reference in New Issue
Block a user