-
Notifications
You must be signed in to change notification settings - Fork 25.2k
stream pkl #79931
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
stream pkl #79931
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 5d26704 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
This pull request was exported from Phabricator. Differential Revision: D37304855 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D37304855 |
This pull request was exported from Phabricator. Differential Revision: D37304855 |
Summary: Pull Request resolved: pytorch#79931 Let the stream version of pickle loader to short circuit early Test Plan: this might affects loading peak mem before: {F745391609} after: {F745391713} Differential Revision: D37304855 fbshipit-source-id: d92fb32435808945dd64520225c2cab3b6607848
This pull request was exported from Phabricator. Differential Revision: D37304855 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark showed on-device peak memory improvement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gh1 stamp
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
1 similar comment
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
@pytorchbot successfully started a merge job. Check the current status here |
@qihqi your PR has been successfully merged. |
Hey @qihqi. |
Summary: Pull Request resolved: #79931 Let the stream version of pickle loader to short circuit early Test Plan: this might affects loading peak mem before: {F745391609} after: {F745391713} Reviewed By: junesg, davidberard98 Differential Revision: D37304855 fbshipit-source-id: b5813cd73ec2b508f30e1f3dd37212a98e49cfae
Summary: Let the stream version of pickle loader to short circuit early
Test Plan:
this might affects loading peak mem
before:
Differential Revision: D37304855