Skip to content

Commit 89ec700

Browse files
committed
fix lint
1 parent 80f29e7 commit 89ec700

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

csrc/trtllm_fused_moe_kernel_launcher.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,8 @@ class MxInt4BlockScaleLauncher : public FusedMoeLauncher {
13311331
} else {
13321332
// Allocate expert_weights buffer for routing output
13331333
auto expert_weights_dtype = mDtypeScore == btg::Dtype::Fp32 ? dl_float32 : dl_bfloat16;
1334-
expert_weights =
1335-
alloc_tensor({args->num_tokens, args->top_k}, expert_weights_dtype, hidden_states.device());
1334+
expert_weights = alloc_tensor({args->num_tokens, args->top_k}, expert_weights_dtype,
1335+
hidden_states.device());
13361336
workspace.expert_weights = expert_weights.data_ptr();
13371337
}
13381338
}

0 commit comments

Comments
 (0)