Skip to content

Commit c6497b4

Browse files
committed
fix : indentation
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent 7ebe35c commit c6497b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/py/dynamo/models/test_weight_stripped_engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ def test_engine_caching_saves_weight_stripped_engine(self):
274274
"torchvision is not installed",
275275
)
276276
@unittest.skipIf(
277-
torch_trt.ENABLED_FEATURES.tensorrt_rtx,
278-
"Engine caching compilation time assertion is unreliable with TensorRT-RTX",
277+
torch_trt.ENABLED_FEATURES.tensorrt_rtx,
278+
"Engine caching compilation time assertion is unreliable with TensorRT-RTX",
279279
)
280280
def test_dynamo_compile_with_refittable_weight_stripped_engine(self):
281281
pyt_model = models.resnet18(pretrained=True).eval().to("cuda")

0 commit comments

Comments
 (0)