-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Support distributed Adam with T5 and support overlapped grad reductions with pipeline parallelism #4900
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
Merged
ericharper
merged 30 commits into
NVIDIA-NeMo:main
from
timmoon10:dist-adam-pipeline-parallel-async-grad-reduction
Oct 21, 2022
Merged
Support distributed Adam with T5 and support overlapped grad reductions with pipeline parallelism #4900
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
62d059e
Avoid storing extra copy of params in dist Adam optimizer
timmoon10 a62a368
Add support for dist Adam in GPT-3 without O2-level AMP
timmoon10 59a7859
Add support for dist Adam in Megatron-LM models
timmoon10 fa3049a
Merge branch 'main' into dist-adam-nlp-models
timmoon10 36109c1
Debug dist Adam support without Megatron AMP O2
timmoon10 23bce24
Merge branch 'main' into dist-adam-nlp-models
timmoon10 b6b509e
Merge branch 'main' into dist-adam-nlp-models
timmoon10 1bede48
Merge branch 'main' into dist-adam-nlp-models
timmoon10 065a89b
Add support for overlapped grad sync with pipeline parallelism in GPT-3
timmoon10 1ec40b1
Debug dist Adam support for T5
timmoon10 8b46a9b
Merge branch 'main' into dist-adam-nlp-models
timmoon10 7943ebc
Merge branch 'dist-adam-nlp-models' into dist-adam-pipeline-parallel-…
timmoon10 e06d34a
Add support for overlapped grad sync with pipeline parallelism in T5
timmoon10 d528a89
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 811b59c
Update Apex commits in Dockerfile and Jenkinsfile
timmoon10 ebd98c4
Merge commit 'e3ac280a861fdda5889f5ded88508ceb259f2278' into dist-ada…
timmoon10 b2a61ad
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 7c3551e
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 39b3a88
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 8da1ac5
Support distributed Adam in Megatron grad scaler class.
timmoon10 62acf17
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 c3692af
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 5da9e42
Update dist Adam to accommodate changes in GPT model
timmoon10 4ef0255
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 a088304
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6706b09
Minor tweaks to dist Adam integration
timmoon10 6ed59e8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] aed0e00
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
timmoon10 0bfb2db
Remove error when dist Adam and interleaved pipeline parallelism are …
timmoon10 190f992
Merge branch 'main' into dist-adam-pipeline-parallel-async-grad-reduc…
ericharper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.