diff --git a/python/sglang/srt/utils.py b/python/sglang/srt/utils.py index ea7fa30b3..3a7f17db7 100644 --- a/python/sglang/srt/utils.py +++ b/python/sglang/srt/utils.py @@ -1973,6 +1973,8 @@ def is_fa3_default_architecture(hf_config): "MixtralForCausalLM", "Gemma2ForCausalLM", "Gemma3ForConditionalGeneration", + "Qwen3ForCausalLM", + "Qwen3MoeForCausalLM", } return architectures[0] in default_archs