Disable gemma3 for SWA due to CUDA illegal memory access error (#8895)

Signed-off-by: Xinyuan Tong <xinyuantong.cs@gmail.com>
This commit is contained in:
Xinyuan Tong
2025-08-07 00:44:44 -07:00
committed by GitHub
parent 62f8eb48b1
commit c36a6693f3

View File

@@ -2037,6 +2037,8 @@ class ServerArgs:
if model_arch in [
"Gemma2ForCausalLM",
"Gemma3ForCausalLM",
"Gemma3ForConditionalGeneration",
"Gemma3nForCausalLM",
"Gemma3nForConditionalGeneration",
]: