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
zhaoyu6
sglang
Commits
66c0ff9e
"docs/EN/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "d2bb2feaff5345f2886a698469d4ea296002d519"
Unverified
Commit
66c0ff9e
authored
Apr 20, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 20, 2025
Browse files
fix: use fa3 for gemma2 (#5586)
parent
9a7e83e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/utils.py
python/sglang/srt/utils.py
+1
-0
No files found.
python/sglang/srt/utils.py
View file @
66c0ff9e
...
@@ -1930,6 +1930,7 @@ def is_fa3_default_architecture(hf_config):
...
@@ -1930,6 +1930,7 @@ def is_fa3_default_architecture(hf_config):
"Llama4ForConditionalGeneration"
,
"Llama4ForConditionalGeneration"
,
"LlamaForCausalLM"
,
"LlamaForCausalLM"
,
"MistralForCausalLM"
,
"MistralForCausalLM"
,
"Gemma2ForCausalLM"
,
}
}
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