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
Update base for Update on "[executorch][passes] Add config and pass to tag constants for external file"
- Add config 'external_constants' to ExecutorchBackendConfig.
- When set to True, run the 'external_constants_pass'
- This tags all constants as external, and moves them into a separate buffer to be serialized outside of the PTE file.
Note: users can write their own passes to tag weights to specific files / multiple files.
TODO: write example pass and test for the case where we have two constant files.
Differential Revision: [D66560903](https://our.internmc.facebook.com/intern/diff/D66560903/)
[ghstack-poisoned]
0 commit comments