-
Couldn't load subscription status.
- Fork 702
[ET-VK] Only save_cache the first time #6966
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
[ET-VK] Only save_cache the first time #6966
Conversation
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6966
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 47b1932 with merge base 711f1c2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) ghstack-source-id: 254381356 Pull Request resolved: #6966
|
This pull request was exported from Phabricator. Differential Revision: D66179919 |
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) [ghstack-poisoned]
Pull Request resolved: #6966 Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. ghstack-source-id: 254410706 @exported-using-ghexport Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/)
|
This pull request was exported from Phabricator. Differential Revision: D66179919 |
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D66179919 |
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D66179919 |
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D66179919 |
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D66179919 |
Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D66179919 |
775b361
into
gh/jorgep31415/125/base
Pull Request resolved: #6966 Add a check in `save_cache` to return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time. ghstack-source-id: 254701486 @exported-using-ghexport Differential Revision: [D66179919](https://our.internmc.facebook.com/intern/diff/D66179919/) --------- Co-authored-by: jorgep31415 <[email protected]>
Stack from ghstack (oldest at bottom):
save_cachefrom Runtime dtor to model destroy #6974Runtimemove #6964Add a check in
save_cacheto return early if the cache file already exists. Currently we append the same cache data to that file which makes no difference to model-load time.Differential Revision: D66179919