Skip to content

Commit 04d0c08

Browse files
committed
Fix CI
Signed-off-by: Jiang Shao <[email protected]>
1 parent 9658755 commit 04d0c08

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
@@ -238,6 +238,7 @@ def _(
238238
output_dtype: torch.dtype,
239239
quant_scales: List[torch.Tensor],
240240
input_sf: Optional[torch.Tensor] = None,
241+
swizzled_input_sf: bool = True,
241242
tp_size: int = 1,
242243
tp_rank: int = 0,
243244
ep_size: int = 1,

0 commit comments

Comments
 (0)