-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[FSDP] Warning when fail to clone #74946
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
Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/) [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 1bc5619 (more details on the Dr. CI page): 💚 💚 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. |
Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/) ghstack-source-id: 152557257 Pull Request resolved: #74946
Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/) [ghstack-poisoned]
Pull Request resolved: #74946 Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. ghstack-source-id: 152653316 Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/)
Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/) [ghstack-poisoned]
Pull Request resolved: #74946 Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. ghstack-source-id: 152933958 Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/)
Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/) [ghstack-poisoned]
Pull Request resolved: #74946 Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. ghstack-source-id: 152978204 Differential Revision: [D35242306](https://our.internmc.facebook.com/intern/diff/D35242306/)
|
Can we merge this with GHF when it's ready? |
Summary: Pull Request resolved: #74946 Warn instead of hard failure when fail to clone state_dict, as this param might not be managed by FSDP and thus we do not expect to clone it. ghstack-source-id: 152978204 Test Plan: CI Reviewed By: mrshenli Differential Revision: D35242306 fbshipit-source-id: d9eb58a2993341040e4a9f36fa388f423bd2ddc5
|
Hey @rohan-varma. |
Stack from ghstack (oldest at bottom):
Warn instead of hard failure when fail to clone state_dict, as this
param might not be managed by FSDP and thus we do not expect to clone it.
Differential Revision: D35242306