mirror of
https://github.com/ollama/ollama.git
synced 2025-11-10 15:07:46 +01:00
qwen3vl: enable flash attention by default (#12862)
This commit is contained in:
@@ -895,8 +895,8 @@ func (f GGML) FlashAttention() bool {
|
|||||||
return slices.Contains([]string{
|
return slices.Contains([]string{
|
||||||
"gemma3",
|
"gemma3",
|
||||||
"gptoss", "gpt-oss",
|
"gptoss", "gpt-oss",
|
||||||
"qwen3",
|
"qwen3", "qwen3moe",
|
||||||
"qwen3moe",
|
"qwen3vl", "qwen3vlmoe",
|
||||||
}, f.KV().String("general.architecture"))
|
}, f.KV().String("general.architecture"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user