-
Notifications
You must be signed in to change notification settings - Fork 26.3k
handle AttrProxy._modules when module is overwritten as None #139957
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/139957
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit bcf2540 with merge base 781c68c ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pianpwk has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Fixes #ISSUE_NUMBER cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv Differential Revision: D65578018 Pulled By: pianpwk
3f99119 to
bcf2540
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65578018 |
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…#139957) Fixes tracing through `mod._modules` access, when one of the submodules has been reset to None Pull Request resolved: pytorch#139957 Approved by: https://github.com/zhxchen17
Fixes tracing through
mod._modulesaccess, when one of the submodules has been reset to Nonecc @ezyang @SherlockNoMad @EikanWang @jgong5 @wenzhe-nrv