Skip to content

Commit 9018df8

Browse files
committed
pplx update
Signed-off-by: Bill Nell <[email protected]>
1 parent be22c57 commit 9018df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/kernels/moe/test_pplx_moe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def torch_pplx_dispatch_combine(pgi, dp_size, a, w1, w2, scores, topk):
300300
rank_num_tokens = rank_chunk(num_tokens, rank, world_size)
301301
max_num_tokens = num_tokens
302302

303-
ata = AllToAll(
303+
ata = AllToAll.internode(
304304
max_num_tokens=max_num_tokens,
305305
num_experts=num_experts,
306306
experts_per_token=topk,
@@ -448,7 +448,7 @@ def torch_pplx_moe(pgi, dp_size, a, w1, w2, scores, topk):
448448
rank_num_tokens = rank_chunk(num_tokens, rank, world_size)
449449
max_num_tokens = num_tokens
450450

451-
ata = AllToAll(
451+
ata = AllToAll.internode(
452452
max_num_tokens=max_num_tokens,
453453
num_experts=num_experts,
454454
experts_per_token=topk,

0 commit comments

Comments
 (0)