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
4c7b4242
Unverified
Commit
4c7b4242
authored
May 07, 2025
by
fzyzcjy
Committed by
GitHub
May 07, 2025
Browse files
Hint users DeepEP normal mode is incompatible with CUDA Graph (#5014)
parent
38053c33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+3
-0
No files found.
python/sglang/srt/server_args.py
View file @
4c7b4242
...
...
@@ -323,6 +323,9 @@ class ServerArgs:
assert
(
not
self
.
enable_dp_attention
),
"DeepEP MoE `auto` mode is not supported with DP Attention."
if
self
.
deepep_mode
==
"normal"
:
logger
.
warning
(
"Cuda graph is disabled because deepep_mode=`normal`"
)
self
.
disable_cuda_graph
=
True
self
.
ep_size
=
self
.
tp_size
self
.
enable_sp_layernorm
=
(
self
.
dp_size
<
self
.
tp_size
if
self
.
enable_dp_attention
else
True
...
...
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