You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
System Info
transformers
version: 4.40.1Who can help?
@pacman100 @muellerzr
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
I used FSDP with fsdp_state_dict_type = LOCAL_STATE_DICT
The accelerate config is like below
The checkpoint structure is like below
When I try to restore the checkpoint from
I got error
If I used SHARDED_STATE_DICT, I don't have this error.
Expected behavior
Expect the checkpoint can be restored
The text was updated successfully, but these errors were encountered: