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
b04df75a
Unverified
Commit
b04df75a
authored
Jun 14, 2025
by
fzyzcjy
Committed by
GitHub
Jun 13, 2025
Browse files
Fix DeepEP error in some environments (#7154)
parent
bec3e484
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/srt/layers/moe/ep_moe/token_dispatcher.py
python/sglang/srt/layers/moe/ep_moe/token_dispatcher.py
+2
-0
No files found.
python/sglang/srt/layers/moe/ep_moe/token_dispatcher.py
View file @
b04df75a
...
...
@@ -107,6 +107,8 @@ class DeepEPBuffer:
num_rdma_bytes
,
low_latency_mode
=
deepep_mode
.
enable_low_latency
(),
num_qps_per_rank
=
num_qps_per_rank
,
# TODO can be false when unneeded
allow_mnnvl
=
True
,
)
return
cls
.
_buffer
...
...
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