mirror of
https://github.com/ollama/ollama.git
synced 2025-11-10 17:48:11 +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{
|
||||
"gemma3",
|
||||
"gptoss", "gpt-oss",
|
||||
"qwen3",
|
||||
"qwen3moe",
|
||||
"qwen3", "qwen3moe",
|
||||
"qwen3vl", "qwen3vlmoe",
|
||||
}, f.KV().String("general.architecture"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user