Skip to content

Commit 647080e

Browse files
authored
[https://nvbugs/5550283][fix] update to the latest MoE API (#8169)
Signed-off-by: xxi <[email protected]>
1 parent 72144a4 commit 647080e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unittest/_torch/modules/test_fused_moe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,13 +771,11 @@ def per_rank_test_fused_moe_alltoall_fp8_blockwise(job_id):
771771
x,
772772
router_logits,
773773
all_rank_num_tokens=all_rank_num_tokens,
774-
all_rank_max_num_tokens=m,
775774
use_dp_padding=False)
776775
ref_output = ref_model.forward(
777776
x,
778777
router_logits,
779778
all_rank_num_tokens=all_rank_num_tokens,
780-
all_rank_max_num_tokens=m,
781779
use_dp_padding=False)
782780

783781
# Evaluate outputs with relaxed tolerance for FP8

0 commit comments

Comments
 (0)