-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[AutoParallel] Add async_save for save_state_dict #66858
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
[AutoParallel] Add async_save for save_state_dict #66858
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
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.
LGTM
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.
LGTM
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.
LGTM
| path: str, | ||
| process_group: Group | None = None, | ||
| coordinator_rank: int = 0, | ||
| async_save: bool = False, |
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.
下面的 docstring 部分也同步增加参数说明,另外中文文档也同步修改
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.
好的,单独提交 pr 完善
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.
单独提交 PR
PR Category
Auto Parallel
PR Types
New features
Description
为自动并行 save_state_dict 接口扩展支持异步存储能力。
性能测试:
Pcard-73145