Skip to content

Commit c00292b

Browse files
committed
chore: Linter fixes
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent fd7e535 commit c00292b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/torch_tensorrt/fx/test/passes/test_fuse_permute_linear_trt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def forward(self, x):
5151
{acc_ops.permute, trt_transposed_linear},
5252
apply_passes=[fuse_permute_linear],
5353
)
54+
5455
# TODO: The following test has been disabled due to a bug in TRT 8.5.1.7
5556
# with self.linear2. Issue : https://github.com/pytorch/TensorRT/issues/1444
5657
# def test_multi_fuse_permute_linear(self):

0 commit comments

Comments
 (0)