Skip to content

Commit eb789c7

Browse files
committed
minor fix
Signed-off-by: Yukun He <[email protected]>
1 parent 26416b1 commit eb789c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorrt_llm/_torch/custom_ops/torch_custom_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,7 @@ def _(
12601260
strategy: int,
12611261
op: int,
12621262
eps: float,
1263+
tp_size: int,
12631264
trigger_completion_at_end: bool,
12641265
) -> torch.Tensor:
12651266
if op == int(AllReduceFusionOp.NONE):

0 commit comments

Comments
 (0)