mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
enable flash attention for gemma4 (#15296)
This commit is contained in:
parent
bb0c58e134
commit
c8e0878814
|
|
@ -890,6 +890,7 @@ func (f GGML) FlashAttention() bool {
|
|||
return slices.Contains([]string{
|
||||
"bert",
|
||||
"gemma3",
|
||||
"gemma4",
|
||||
"glm4moelite",
|
||||
"glmocr",
|
||||
"gptoss", "gpt-oss",
|
||||
|
|
|
|||
Loading…
Reference in a new issue