Skip to content

Commit 00f8fb2

Browse files
committed
tweak
Signed-off-by: Bill Nell <[email protected]>
1 parent 47f32c7 commit 00f8fb2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/kernels/moe/test_pplx_moe.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,13 +523,9 @@ def _pplx_moe(
523523
m, k = a.shape
524524
e, _, n = w2.shape
525525

526-
torch.set_printoptions(profile="full")
527-
528526
with set_current_vllm_config(vllm_config):
529527
topk_weight, topk_ids = fused_topk(a, score, topk, False)
530-
531528
torch_output = torch_moe2(a, w1, w2, topk_weight, topk_ids)
532-
533529
pplx_output = torch_pplx_moe(pgi, dp_size, a, w1, w2, score, topk)
534530

535531
torch_output = chunk_by_rank(torch_output, pgi.rank,

0 commit comments

Comments
 (0)