-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
[Deepspeed] add support for bf16 mode #14569
Conversation
…_model_save/; s/save_fp16_model/save_16bit_model/
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 working on this!
Thanks a lot for catching those few development process leftovers, Sylvain! Much appreciating. All cleaned up now. |
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.
Looks all good to me!
This PR:
Requirements:
for users who want to try this early:
--bf16
to your previous fp16 or fp32 deepspeed command linedone ;)
@sgugger