Unverified Commit c36a6693 authored by Xinyuan Tong's avatar Xinyuan Tong Committed by GitHub
Browse files

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


Signed-off-by: default avatarXinyuan Tong <xinyuantong.cs@gmail.com>
parent 62f8eb48
...@@ -2037,6 +2037,8 @@ class ServerArgs: ...@@ -2037,6 +2037,8 @@ class ServerArgs:
if model_arch in [ if model_arch in [
"Gemma2ForCausalLM", "Gemma2ForCausalLM",
"Gemma3ForCausalLM",
"Gemma3ForConditionalGeneration",
"Gemma3nForCausalLM", "Gemma3nForCausalLM",
"Gemma3nForConditionalGeneration", "Gemma3nForConditionalGeneration",
]: ]:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment