Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
c36a6693
Unverified
Commit
c36a6693
authored
Aug 07, 2025
by
Xinyuan Tong
Committed by
GitHub
Aug 07, 2025
Browse files
Disable gemma3 for SWA due to CUDA illegal memory access error (#8895)
Signed-off-by:
Xinyuan Tong
<
xinyuantong.cs@gmail.com
>
parent
62f8eb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+2
-0
No files found.
python/sglang/srt/server_args.py
View file @
c36a6693
...
@@ -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"
,
]:
]:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment