-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Remove fsdp_overlap_step_with_backward
in favor of native solution
#18726
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
for more information, see https://pre-commit.ci
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.
Where is the native solution? Should we mention it in the FSDP docs?
It was implemented in this pull request: pytorch/pytorch#98667 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #18726 +/- ##
=========================================
- Coverage 84% 55% -29%
=========================================
Files 428 423 -5
Lines 33548 33390 -158
=========================================
- Hits 28017 18330 -9687
- Misses 5531 15060 +9529 |
What does this PR do?
Closes #17959
Closes #17774
The feature was initially added in #17710, and is now available upstream in PyTorch 2.1: pytorch/pytorch#98667
cc @Borda @carmocca @justusschock @awaelchli