Skip to content

Commit a5fd05c

Browse files
committed
fix : indentation
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent 048d538 commit a5fd05c

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
@@ -279,8 +279,8 @@ def test_engine_caching_saves_weight_stripped_engine(self):
279279
"torchvision is not installed",
280280
)
281281
@unittest.skipIf(
282-
torch_trt.ENABLED_FEATURES.tensorrt_rtx,
283-
"Engine caching compilation time assertion is unreliable with TensorRT-RTX",
282+
torch_trt.ENABLED_FEATURES.tensorrt_rtx,
283+
"Engine caching compilation time assertion is unreliable with TensorRT-RTX",
284284
)
285285
def test_dynamo_compile_with_refittable_weight_stripped_engine(self):
286286
pyt_model = models.resnet18(pretrained=True).eval().to("cuda")

0 commit comments

Comments
 (0)