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 ca4b263 commit a835d5fCopy full SHA for a835d5f
py/torch_tensorrt/_compile.py
@@ -24,7 +24,7 @@
24
)
25
26
if ENABLED_FEATURES.dynamo_frontend:
27
- from torch._export import ExportedProgram
+ from torch.export import ExportedProgram
28
from torch_tensorrt.dynamo._compiler import compile as dynamo_compile
29
from torch_tensorrt.dynamo._compiler import (
30
convert_module_to_trt_engine as dynamo_convert_module_to_trt_engine,
0 commit comments