support auto parallel in dit and largedit#551
Merged
nemonameless merged 35 commits intoPaddlePaddle:developfrom Oct 10, 2024
Merged
support auto parallel in dit and largedit#551nemonameless merged 35 commits intoPaddlePaddle:developfrom
nemonameless merged 35 commits intoPaddlePaddle:developfrom
Conversation
|
Thanks for your contribution! |
jerrywgz
reviewed
Sep 29, 2024
Contributor
Author
感谢提醒,已增加使用自动并行进行训练的文档说明 |
nemonameless
approved these changes
Oct 10, 2024
jerrywgz
approved these changes
Oct 10, 2024
ZhijunLStudio
pushed a commit
to ZhijunLStudio/PaddleMIX
that referenced
this pull request
Jan 10, 2025
support auto parallel in model of Dit and LargeDit, include: - support model of Dit and LargeDit to be trained using auto parallel in dynamic graph mode (hereinafter referred to as `auto`). - support model of Dit and LargeDit to be trained using auto parallel in dynamic to static graph mode with pir (hereinafter referred to as `auto-static`). - support hybrid parallel(DP、Sharding、MP) in model of Dit and LargeDit, PP under verification. compare loss of manual parallel(present, hereinafter referred to as `manual`), `auto` and `auto-static`  compare loss diff of `manual` and `auto`  compare loss diff of `manual` and `auto-static`  compare loss diff of `auto` and `auto-static`  --------- Co-authored-by: wangguanzhong <[email protected]> Co-authored-by: nifeng <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
support auto parallel in model of Dit and LargeDit, include:
auto).auto-static).compare loss of manual parallel(present, hereinafter referred to as

manual),autoandauto-staticcompare loss diff of

manualandautocompare loss diff of

manualandauto-staticcompare loss diff of

autoandauto-static