-
Notifications
You must be signed in to change notification settings - Fork 608
[executorch][aot] Remove deepcopy #2502
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2502
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit efb7489 with merge base 625257b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@lucylq has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Add fake program to remove deepcopy. See: D54826270 Test Plan: Imported from GitHub, without a `Test Plan:` line. Peak memory usage: 38.7 GiB, down from 45GiB. https://lookaside.facebook.com/intern/diff/file/data/?number=1470390332&download=1 Differential Revision: D55047794 Pulled By: lucylq
This pull request was exported from Phabricator. Differential Revision: D55047794 |
ef26621
to
2ed31f2
Compare
Summary: Add fake program to remove deepcopy. See: D54826270 Peak memory usage: 38.7 GiB, down from 45GiB. https://lookaside.facebook.com/intern/diff/file/data/?number=1470390332&download=1 Test Plan: Imported from GitHub, without a `Test Plan:` line. ``` memray run -m examples.models.llama2.export_llama -c ../llama-models/llama7b/consolidated.00.pth -p ../llama-models/llama7b/config.json -kv --use_sdpa_with_kv_cache -d fp32 --pt2e_quantize "xnnpack_dynamic" ``` ``` buck2 run fbcode//executorch/exir/program/test:test_program ``` Reviewed By: cccclai Differential Revision: D55047794 Pulled By: lucylq
2ed31f2
to
a8a4964
Compare
This pull request was exported from Phabricator. Differential Revision: D55047794 |
Summary: Add fake program to remove deepcopy. See: D54826270 Peak memory usage: 38.7 GiB, down from 45GiB. https://lookaside.facebook.com/intern/diff/file/data/?number=1470390332&download=1 Test Plan: Imported from GitHub, without a `Test Plan:` line. ``` memray run -m examples.models.llama2.export_llama -c ../llama-models/llama7b/consolidated.00.pth -p ../llama-models/llama7b/config.json -kv --use_sdpa_with_kv_cache -d fp32 --pt2e_quantize "xnnpack_dynamic" ``` ``` buck2 run fbcode//executorch/exir/program/test:test_program ``` Reviewed By: cccclai Differential Revision: D55047794 Pulled By: lucylq
a8a4964
to
20205cf
Compare
This pull request was exported from Phabricator. Differential Revision: D55047794 |
Summary: Add fake program to remove deepcopy. See: D54826270 Peak memory usage: 38.7 GiB, down from 45GiB. https://lookaside.facebook.com/intern/diff/file/data/?number=1470390332&download=1 Test Plan: Imported from GitHub, without a `Test Plan:` line. ``` memray run -m examples.models.llama2.export_llama -c ../llama-models/llama7b/consolidated.00.pth -p ../llama-models/llama7b/config.json -kv --use_sdpa_with_kv_cache -d fp32 --pt2e_quantize "xnnpack_dynamic" ``` ``` buck2 run fbcode//executorch/exir/program/test:test_program ``` Reviewed By: cccclai Differential Revision: D55047794 Pulled By: lucylq
20205cf
to
efb7489
Compare
This pull request was exported from Phabricator. Differential Revision: D55047794 |
No description provided.