Skip to content

Commit be22c57

Browse files
committed
fixes
Signed-off-by: Bill Nell <[email protected]>
1 parent fd4805f commit be22c57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/kernels/moe/test_pplx_moe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,9 @@ def torch_pplx_moe(pgi, dp_size, a, w1, w2, scores, topk):
471471
pgi.world_size,
472472
dp_size,
473473
rank,
474-
a.dtype,
475474
)
476475

477-
experts = BatchedExperts(rank, pgi.world_size, max_num_tokens)
476+
experts = BatchedExperts(max_num_tokens)
478477

479478
fused_experts = FusedMoEModularKernel(
480479
dispatch_combine,

0 commit comments

Comments
 (0)