Skip to content

Commit 30059a4

Browse files
committed
minor
1 parent 553b95e commit 30059a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flashinfer/fused_moe/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,6 @@ def trtllm_fp4_block_scale_moe(
17951795
List[torch.Tensor]: List of output tensors. If do_finalize=True, returns the final MoE output.
17961796
Otherwise, returns intermediate results (gemm2_output, expert_weights, expanded_idx_to_permuted_idx) that need further processing.
17971797
"""
1798-
print(f"in trtllm_fp4_block_scale_moe, tune_max_num_tokens={tune_max_num_tokens}")
17991798
return get_trtllm_moe_sm100_module().trtllm_fp4_block_scale_moe(
18001799
routing_logits,
18011800
None,

0 commit comments

Comments
 (0)