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
fdd00295
"tests/vscode:/vscode.git/clone" did not exist on "cfd6ec7465514f75b13696c514132b27c325591a"
Unverified
Commit
fdd00295
authored
Oct 28, 2025
by
Trevor Morris
Committed by
GitHub
Oct 28, 2025
Browse files
Fix 'BypassedTopKOutput' object has no attribute 'topk_weights' for DeepEP (#12231)
parent
25e73640
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+1
-1
No files found.
python/sglang/srt/server_args.py
View file @
fdd00295
...
@@ -885,7 +885,7 @@ class ServerArgs:
...
@@ -885,7 +885,7 @@ class ServerArgs:
logger
.
info
(
logger
.
info
(
"Enable FlashInfer AllReduce Fusion on sm100 for DeepseekV3ForCausalLM"
"Enable FlashInfer AllReduce Fusion on sm100 for DeepseekV3ForCausalLM"
)
)
if
self
.
moe_runner_backend
==
"auto"
:
if
self
.
moe_a2a_backend
==
"none"
and
self
.
moe_runner_backend
==
"auto"
:
self
.
moe_runner_backend
=
"flashinfer_trtllm"
self
.
moe_runner_backend
=
"flashinfer_trtllm"
logger
.
info
(
logger
.
info
(
"Use flashinfer_trtllm as MoE runner backend on sm100 for DeepseekV3ForCausalLM"
"Use flashinfer_trtllm as MoE runner backend on sm100 for DeepseekV3ForCausalLM"
...
...
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