Skip to content

Commit 0156a81

Browse files
narendasanpytorchmergebot
authored andcommitted
Comment out imports in the placeholder file
1 parent 23d9d15 commit 0156a81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

torch/_dynamo/backends/tensorrt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import torch # type: ignore[import]
2-
from .common import device_from_inputs, fake_tensor_unsupported # type: ignore[import]
3-
from .registry import register_backend # type: ignore[import]
1+
# import torch # type: ignore[import]
2+
# from .common import device_from_inputs, fake_tensor_unsupported # type: ignore[import]
3+
# from .registry import register_backend # type: ignore[import]
44

55
"""
66
Placeholder for TensorRT backend for dynamo via torch-tensorrt

0 commit comments

Comments
 (0)