-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Support PyTorch Lightning's FSDP optimizer states saving and loading #17819
Support PyTorch Lightning's FSDP optimizer states saving and loading #17819
Conversation
Is there anything I can do? |
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.
Thanks for the help @leng-yue. Great work! Apologies for the late replies (on vacation).
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…eng-yue/lightning into pytorch-lightning-fsdp-optimizer-state
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.
Great work!
Thank you @leng-yue for your patience. Great progress on this awesome feature! |
What does this PR do?
Similar to the FSDP optimizer states fix #17747, this pull request makes saving and restoring FSDP optimizer states on lightning possible.
Fixes #17798
Fixes #17702
Fixes #16815
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist