Skip to content

Commit 1272940

Browse files
committed
change type
1 parent 62673bd commit 1272940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/runtime/_PythonTorchTensorRTModule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class PythonTorchTensorRTModule(Module): # type: ignore[misc]
2929

3030
def __init__(
3131
self,
32-
engine: trt.tensorrt.IHostMemory,
32+
engine: bytes,
3333
input_names: Optional[List[str]] = None,
3434
output_names: Optional[List[str]] = None,
3535
target_device: Device = Device._current_device(),

0 commit comments

Comments
 (0)