-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[AutoParallel] PipelineStage #72155
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] PipelineStage #72155
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
Sorry to inform you that 2ccc20e's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
|
Sorry to inform you that 977d7a3's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
|
Sorry to inform you that 4c6abd6's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
|
/re-run all-failed |
From00
left a comment
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
XiaoguangHu01
left a comment
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
|
/re-run all-failed |
* PipelineStage * poolish_code * 修改PipelineStage中的一些代码问题,同时提交相关的单测 * 优化map_structure_only,增加一些异常情况的测试 * 规范工具类函数的函数名 * 增加训练轮数,修正typo,增加标注 * support_auto_dp * codestyle * fix_multi_stages_inference_backward * fix_prepare_bwd * flatten_args增加条件判断,并在单测中测试 * 修复最后一个stage的bias的grad存在bug的问题,并添加layer有bias的单测,同时优化输入变量强制stop_grad=True * 单测匹配fix_prepare_bwd --------- Co-authored-by: zty-king <[email protected]>
* PipelineStage * poolish_code * 修改PipelineStage中的一些代码问题,同时提交相关的单测 * 优化map_structure_only,增加一些异常情况的测试 * 规范工具类函数的函数名 * 增加训练轮数,修正typo,增加标注 * support_auto_dp * codestyle * fix_multi_stages_inference_backward * fix_prepare_bwd * flatten_args增加条件判断,并在单测中测试 * 修复最后一个stage的bias的grad存在bug的问题,并添加layer有bias的单测,同时优化输入变量强制stop_grad=True * 单测匹配fix_prepare_bwd --------- Co-authored-by: zty-king <[email protected]>
PR Category
Auto Parallel
PR Types
New features
Description
card-73263
自动并行动半流水并行基础组件 PipelineStage