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
a70bdf09
Commit
a70bdf09
authored
Nov 25, 2025
by
maxiao1
Browse files
fix bug in loading Qwen3-VL-30B-A3B-Thinking
parent
1441a435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
python/sglang/srt/layers/moe/fused_moe_triton/fused_moe.py
python/sglang/srt/layers/moe/fused_moe_triton/fused_moe.py
+4
-0
No files found.
python/sglang/srt/layers/moe/fused_moe_triton/fused_moe.py
View file @
a70bdf09
...
@@ -284,6 +284,10 @@ def fused_experts(
...
@@ -284,6 +284,10 @@ def fused_experts(
and
moe_runner_config
.
activation
.
lower
()
==
"silu"
)
and
moe_runner_config
.
activation
.
lower
()
==
"silu"
)
)
else
1
)
else
1
)
)
filter_expert
=
(
moe_runner_config
.
num_experts
is
None
or
moe_runner_config
.
num_experts
!=
moe_runner_config
.
num_local_experts
)
if
moe_runner_config
.
inplace
:
if
moe_runner_config
.
inplace
:
assert
not
moe_runner_config
.
no_combine
,
"no combine + inplace makes no sense"
assert
not
moe_runner_config
.
no_combine
,
"no combine + inplace makes no sense"
torch
.
ops
.
sglang
.
inplace_fused_experts
(
torch
.
ops
.
sglang
.
inplace_fused_experts
(
...
...
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