-
Notifications
You must be signed in to change notification settings - Fork 58
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
How to convert parallel state_dict to normal state_dict? #122
Comments
Hi, the model weights should be saved in files like callbacks = [CheckpointCallback(your_path, every_n_batches=1600, model_only=False,peft_only=False)] BTW, are you using the |
Got it. I'm using the
|
The |
Hi, there! I saved parallel state_dict (requires_grad True only) with 8 GPUs remotely, how to load these state_dicts and save them as one locally? Thanks in advance.
The text was updated successfully, but these errors were encountered: