Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f0f159a4
Commit
f0f159a4
authored
Oct 12, 2025
by
王敏
Browse files
[fix]修复开启dp并且不开启ep报vmfault
parent
48eb976d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/layers/fused_moe/layer.py
vllm/model_executor/layers/fused_moe/layer.py
+1
-0
No files found.
vllm/model_executor/layers/fused_moe/layer.py
View file @
f0f159a4
...
@@ -1537,6 +1537,7 @@ class FusedMoE(torch.nn.Module):
...
@@ -1537,6 +1537,7 @@ class FusedMoE(torch.nn.Module):
do_naive_dispatch_combine
:
bool
=
(
do_naive_dispatch_combine
:
bool
=
(
self
.
dp_size
>
1
self
.
dp_size
>
1
and
self
.
ep_size
>
1
and
not
self
.
moe_parallel_config
.
use_deepep_ht_kernels
)
and
not
self
.
moe_parallel_config
.
use_deepep_ht_kernels
)
if
do_naive_dispatch_combine
:
if
do_naive_dispatch_combine
:
hidden_states
,
router_logits
=
get_ep_group
().
dispatch
(
hidden_states
,
router_logits
=
get_ep_group
().
dispatch
(
...
...
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