Skip to content

Commit b6d76fb

Browse files
committed
minor
1 parent 35a55d9 commit b6d76fb

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
@@ -1792,7 +1792,6 @@ def trtllm_fp4_block_scale_moe(
17921792
List[torch.Tensor]: List of output tensors. If do_finalize=True, returns the final MoE output.
17931793
Otherwise, returns intermediate results (gemm2_output, expert_weights, expanded_idx_to_permuted_idx) that need further processing.
17941794
"""
1795-
print(f"in trtllm_fp4_block_scale_moe, tune_max_num_tokens={tune_max_num_tokens}")
17961795
return get_trtllm_moe_sm100_module().trtllm_fp4_block_scale_moe(
17971796
routing_logits,
17981797
None,

0 commit comments

Comments
 (0)