[Doc] Fix duplicate words in comments (#36713)

Signed-off-by: Hongbin10 <jdmjdm1998@163.com>
This commit is contained in:
Hongbin Guo
2026-03-11 12:28:31 +08:00
committed by GitHub
parent 5f77ef15ae
commit 4bf533623b
6 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ def swap_w13_to_w31(x: torch.Tensor) -> torch.Tensor:
def rotate_weights_for_fi_trtllm_fp8_per_tensor_moe(
gemm1_weights: torch.Tensor, gemm2_weights: torch.Tensor, is_gated_activation: bool
):
"""Shuffle weights for for FI TRT-LLM Format"""
"""Shuffle weights for FI TRT-LLM Format"""
from flashinfer import reorder_rows_for_gated_act_gemm, shuffle_matrix_a
epilogue_tile_m = 128