CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[export] fix _get_non_persistent_buffers for duplicates #136552
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/136552
Note: Links to docs will display an error until the docs builds have been completed. âś… You can merge normally! (1 Unrelated Failure)As of commit a90f131 with merge base 95c0f74 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D63332976 |
Summary: Export's method _get_non_persistent_buffers doesn't check duplicate submodules, so we run into state_dict related issues if non-persistent buffers exist on shared submodules. Test Plan: test_export Differential Revision: D63332976
e663a61
to
7545237
Compare
This pull request was exported from Phabricator. Differential Revision: D63332976 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D63332976 |
7545237
to
09cd257
Compare
Summary: Pull Request resolved: #136552 Export's method _get_non_persistent_buffers doesn't check duplicate submodules, so we run into state_dict related issues if non-persistent buffers exist on shared submodules. Test Plan: test_export Differential Revision: D63332976
Summary: Pull Request resolved: #136552 Export's method _get_non_persistent_buffers doesn't check duplicate submodules, so we run into state_dict related issues if non-persistent buffers exist on shared submodules. Test Plan: test_export Reviewed By: avikchaudhuri, tugsbayasgalan Differential Revision: D63332976
09cd257
to
db7c1ba
Compare
This pull request was exported from Phabricator. Differential Revision: D63332976 |
Summary: Pull Request resolved: #136552 Export's method _get_non_persistent_buffers doesn't check duplicate submodules, so we run into state_dict related issues if non-persistent buffers exist on shared submodules. Test Plan: test_export Reviewed By: avikchaudhuri, tugsbayasgalan Differential Revision: D63332976
This pull request was exported from Phabricator. Differential Revision: D63332976 |
db7c1ba
to
a90f131
Compare
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: Export's method _get_non_persistent_buffers doesn't check duplicate submodules, so we run into state_dict related issues if non-persistent buffers exist on shared submodules. Test Plan: test_export Differential Revision: D63332976 Pull Request resolved: pytorch#136552 Approved by: https://github.com/avikchaudhuri, https://github.com/tugsbayasgalan
Summary: Export's method _get_non_persistent_buffers doesn't check duplicate submodules, so we run into state_dict related issues if non-persistent buffers exist on shared submodules.
Test Plan: test_export
Differential Revision: D63332976