You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AOTI] Remove the original model weights in Python deployment (#1337)
* [AOTI] Remove the original model weights in Python deployment
Summary: Fixes#1302. Because AOTI-compiled model contains a copy of model weights, we need to release the corresponding eager model weights in the Python deployment path.
* Revert "[AOTI] Remove the original model weights in Python deployment"
This reverts commit 962ec0d.
* Refactor the code
* Add setup_cache for aoti_package_path
---------
Co-authored-by: Jack-Khuu <[email protected]>
0 commit comments