Skip to content

Commit 47439e8

Browse files
author
weijinqian_v1
committed
[Feature]Moe alltoallv communication optimization for unquantized RL training sence & alltoallv support dpo
Signed-off-by: weijinqian_v1 <weijinqian@huawei.com>
1 parent e7c0d2d commit 47439e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm_ascend/ops/fused_moe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ def forward(self,
12331233
global_redundant_expert_num=self.global_redundant_expert_num,
12341234
shared_experts=shared_experts if self.torchair_graph_enabled
12351235
and self.enable_multistream_moe and not is_prefill else None,
1236+
token_dispatcher=self.token_dispatcher
12361237
)
12371238

12381239
if shared_experts:

0 commit comments

Comments
 (0)