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
263b5bde
Commit
263b5bde
authored
Nov 24, 2025
by
renzhc
Browse files
fix compile issue in deepep
parent
f810bda3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/srt/layers/moe/token_dispatcher/deepep.py
python/sglang/srt/layers/moe/token_dispatcher/deepep.py
+2
-0
No files found.
python/sglang/srt/layers/moe/token_dispatcher/deepep.py
View file @
263b5bde
...
...
@@ -806,6 +806,7 @@ class DeepEPDispatcher(BaseDispatcher):
)
self
.
_dispatch_intermediate_state
=
inner_state
@
torch
.
_dynamo
.
disable
()
def
dispatch_b
(
self
):
self
.
_update_stage
(
_Stage
.
AFTER_DISPATCH_A
,
_Stage
.
AFTER_DISPATCH_B
)
inner_state
=
self
.
_dispatch_intermediate_state
...
...
@@ -833,6 +834,7 @@ class DeepEPDispatcher(BaseDispatcher):
)
self
.
_combine_intermediate_state
=
inner_state
@
torch
.
_dynamo
.
disable
()
def
combine_b
(
self
):
self
.
_update_stage
(
_Stage
.
AFTER_COMBINE_A
,
_Stage
.
INITIAL
)
inner_state
=
self
.
_combine_intermediate_state
...
...
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