diff --git a/fs/ggml/ggml.go b/fs/ggml/ggml.go index 58803f58..d34a6913 100644 --- a/fs/ggml/ggml.go +++ b/fs/ggml/ggml.go @@ -899,6 +899,8 @@ func (f GGML) SupportsFlashAttention() bool { func (f GGML) FlashAttention() bool { return slices.Contains([]string{ "gptoss", "gpt-oss", + "qwen3", + "qwen3moe", }, f.KV().String("general.architecture")) }