model: add olmo3 and olmo3.1 (#13415)

This commit is contained in:
Parth Sareen
2025-12-15 15:20:04 -08:00
committed by GitHub
parent 2c639431b1
commit ffbe8e076d
5 changed files with 345 additions and 0 deletions

View File

@@ -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"))