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
zhaoyu6
sglang
Commits
c4831e2f
"tests/models/unets/test_models_unet_1d.py" did not exist on "f427345ab165910ab954ed7453a1a7129627bfdd"
Unverified
Commit
c4831e2f
authored
May 24, 2025
by
fzyzcjy
Committed by
GitHub
May 24, 2025
Browse files
Fix accuracy is zero when enabling moe-dense-tp-size as in large scale EP (#6567)
parent
2e37fa07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/model_executor/model_runner.py
python/sglang/srt/model_executor/model_runner.py
+1
-0
No files found.
python/sglang/srt/model_executor/model_runner.py
View file @
c4831e2f
...
...
@@ -198,6 +198,7 @@ class ModelRunner:
"disable_radix_cache"
:
server_args
.
disable_radix_cache
,
"enable_nan_detection"
:
server_args
.
enable_nan_detection
,
"enable_dp_attention"
:
server_args
.
enable_dp_attention
,
"enable_dp_lm_head"
:
server_args
.
enable_dp_lm_head
,
"enable_ep_moe"
:
server_args
.
enable_ep_moe
,
"enable_deepep_moe"
:
server_args
.
enable_deepep_moe
,
"deepep_config"
:
server_args
.
deepep_config
,
...
...
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