- Notifications
You must be signed in to change notification settings - Fork 376
Mutable module improvement #3394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
210bd3a to 02011eb Compare f183050 to 9580f92 Compare 3db0aec to ec2d674 Compare py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
0ca42f3 to 0643d96 Compare py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
a5ea97b to a59d92d Compare a59d92d to a8e0b48 Compare
narendasan left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have the persistent cache example?
cef1620 to 1a309b8 Compare
I talked to Boris and it seems like save and load is what he is looking for. I am adding engine caching example to MutableTorchTensorRTModule as well. |
7cf4ad9 to 76437f9 Compare
peri044 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM. Added minor comments
py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
py/torch_tensorrt/dynamo/runtime/_MutableTorchTensorRTModule.py Outdated Show resolved Hide resolved
d3b94c2 to dd97ec2 Compare
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: