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
663037a7
Unverified
Commit
663037a7
authored
Apr 28, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 28, 2025
Browse files
feat: update is_fa3_default_architecture (#5854)
parent
f4a9f60c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/srt/utils.py
python/sglang/srt/utils.py
+2
-0
No files found.
python/sglang/srt/utils.py
View file @
663037a7
...
@@ -1973,6 +1973,8 @@ def is_fa3_default_architecture(hf_config):
...
@@ -1973,6 +1973,8 @@ def is_fa3_default_architecture(hf_config):
"MixtralForCausalLM"
,
"MixtralForCausalLM"
,
"Gemma2ForCausalLM"
,
"Gemma2ForCausalLM"
,
"Gemma3ForConditionalGeneration"
,
"Gemma3ForConditionalGeneration"
,
"Qwen3ForCausalLM"
,
"Qwen3MoeForCausalLM"
,
}
}
return
architectures
[
0
]
in
default_archs
return
architectures
[
0
]
in
default_archs
...
...
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