We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d9d15 commit 0156a81Copy full SHA for 0156a81
torch/_dynamo/backends/tensorrt.py
@@ -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]
+# import torch # type: ignore[import]
+# from .common import device_from_inputs, fake_tensor_unsupported # type: ignore[import]
+# from .registry import register_backend # type: ignore[import]
4
5
"""
6
Placeholder for TensorRT backend for dynamo via torch-tensorrt
0 commit comments