From b3f3d610fd0aa8d8c7ffc8550fe917b0f7f67466 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 17 May 2025 19:47:34 -0700 Subject: [PATCH] Do not use FA3 for mistral (#6379) --- python/sglang/srt/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/srt/utils.py b/python/sglang/srt/utils.py index 828b23039..0c16667ef 100644 --- a/python/sglang/srt/utils.py +++ b/python/sglang/srt/utils.py @@ -2089,7 +2089,6 @@ def is_fa3_default_architecture(hf_config): "Qwen2ForCausalLM", "Llama4ForConditionalGeneration", "LlamaForCausalLM", - "MistralForCausalLM", "Gemma2ForCausalLM", "Gemma3ForConditionalGeneration", "Qwen3ForCausalLM",