Upgrade NeMo to latest mcore and TE#7862
Merged
dimapihtar merged 37 commits intomainfrom Nov 17, 2023
Merged
Conversation
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Signed-off-by: dimapihtar <dpihtar@gmail.com>
for more information, see https://pre-commit.ci
Signed-off-by: dimapihtar <dpykhtar@nvidia.com>
Signed-off-by: dimapihtar <dpykhtar@nvidia.com>
Signed-off-by: dimapihtar <dpykhtar@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: dimapihtar <dpykhtar@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: dimapihtar <dpykhtar@nvidia.com>
Signed-off-by: dimapihtar <dpihtar@gmail.com>
ericharper
reviewed
Nov 10, 2023
ericharper
reviewed
Nov 10, 2023
ericharper
reviewed
Nov 10, 2023
examples/nlp/language_modeling/conf/megatron_gpt_inference.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Signed-off-by: Dmytro Pykhtar <37850217+dimapihtar@users.noreply.github.com>
Collaborator
|
jenkins |
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Collaborator
Author
|
jenkins |
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Collaborator
Author
|
jenkins |
2 similar comments
Collaborator
Author
|
jenkins |
Collaborator
Author
|
jenkins |
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Collaborator
Author
|
jenkins |
ericharper
reviewed
Nov 16, 2023
ericharper
reviewed
Nov 16, 2023
| sh "rm -rf examples/nlp/language_modeling/gpt_index_mappings" | ||
| } | ||
| } | ||
| stage('L2: Megatron GPT with Rope Pretraining and Resume Training TP=2') { |
Collaborator
There was a problem hiding this comment.
Do we need to remove this test?
Collaborator
Author
There was a problem hiding this comment.
@ericharper this one uses position_embedding_type=rope which causes an error (TE bug).
Collaborator
There was a problem hiding this comment.
This test is not even using mcore_gpt or transformer_engine flags though....
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Collaborator
Author
|
jenkins |
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Collaborator
Author
|
jenkins |
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Collaborator
Author
|
jenkins |
Signed-off-by: dimapihtar <dpihtar@gmail.com>
Collaborator
Author
|
jenkins |
Collaborator
|
jenkins |
Signed-off-by: eharper <eharper@nvidia.com>
Collaborator
|
jenkins |
pzelasko
pushed a commit
to pzelasko/NeMo
that referenced
this pull request
Jan 3, 2024
* mcore upgrade Signed-off-by: dimapihtar <dpihtar@gmail.com> * remove GPTEmbedding import (deprecated) Signed-off-by: dimapihtar <dpihtar@gmail.com> * switch to LanguageModelEmbedding Signed-off-by: dimapihtar <dpihtar@gmail.com> * reset config Signed-off-by: dimapihtar <dpihtar@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * pass attn_mask-type through the forward method Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * reset conf Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * add more attn_mask_type params Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * attn_,ask_type fixes Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove attn_mask_type param Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * t5/mt5 fix Signed-off-by: dimapihtar <dpihtar@gmail.com> * revert configs Signed-off-by: dimapihtar <dpihtar@gmail.com> * revert configs Signed-off-by: dimapihtar <dpihtar@gmail.com> * remove attn_mask_type param Signed-off-by: dimapihtar <dpihtar@gmail.com> * update mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * add TE installation Signed-off-by: dimapihtar <dpihtar@gmail.com> * add env var Signed-off-by: dimapihtar <dpihtar@gmail.com> * comment out rope test Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore installation Signed-off-by: dimapihtar <dpihtar@gmail.com> * update mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore installation Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * add -e Signed-off-by: eharper <eharper@nvidia.com> * revert Signed-off-by: eharper <eharper@nvidia.com> * revert jenkins test comment Signed-off-by: eharper <eharper@nvidia.com> --------- Signed-off-by: dimapihtar <dpihtar@gmail.com> Signed-off-by: dimapihtar <dpykhtar@nvidia.com> Signed-off-by: Dmytro Pykhtar <37850217+dimapihtar@users.noreply.github.com> Signed-off-by: eharper <eharper@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Harper <complex451@gmail.com> Co-authored-by: eharper <eharper@nvidia.com> Signed-off-by: Piotr Żelasko <petezor@gmail.com>
rohitrango
pushed a commit
to rohitrango/NeMo
that referenced
this pull request
Jun 25, 2024
* mcore upgrade Signed-off-by: dimapihtar <dpihtar@gmail.com> * remove GPTEmbedding import (deprecated) Signed-off-by: dimapihtar <dpihtar@gmail.com> * switch to LanguageModelEmbedding Signed-off-by: dimapihtar <dpihtar@gmail.com> * reset config Signed-off-by: dimapihtar <dpihtar@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * pass attn_mask-type through the forward method Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * reset conf Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * add more attn_mask_type params Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * attn_,ask_type fixes Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove attn_mask_type param Signed-off-by: dimapihtar <dpykhtar@nvidia.com> * t5/mt5 fix Signed-off-by: dimapihtar <dpihtar@gmail.com> * revert configs Signed-off-by: dimapihtar <dpihtar@gmail.com> * revert configs Signed-off-by: dimapihtar <dpihtar@gmail.com> * remove attn_mask_type param Signed-off-by: dimapihtar <dpihtar@gmail.com> * update mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * add TE installation Signed-off-by: dimapihtar <dpihtar@gmail.com> * add env var Signed-off-by: dimapihtar <dpihtar@gmail.com> * comment out rope test Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore installation Signed-off-by: dimapihtar <dpihtar@gmail.com> * update mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore installation Signed-off-by: dimapihtar <dpihtar@gmail.com> * change mcore commit Signed-off-by: dimapihtar <dpihtar@gmail.com> * add -e Signed-off-by: eharper <eharper@nvidia.com> * revert Signed-off-by: eharper <eharper@nvidia.com> * revert jenkins test comment Signed-off-by: eharper <eharper@nvidia.com> --------- Signed-off-by: dimapihtar <dpihtar@gmail.com> Signed-off-by: dimapihtar <dpykhtar@nvidia.com> Signed-off-by: Dmytro Pykhtar <37850217+dimapihtar@users.noreply.github.com> Signed-off-by: eharper <eharper@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Harper <complex451@gmail.com> Co-authored-by: eharper <eharper@nvidia.com>
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.
What does this PR do ?
Upgrades NeMo to latest mcore and TE versions.
Collection: [Note which collection this PR will affect]
Changelog
Usage
# Add a code snippet demonstrating how to use thisBefore your PR is "Ready for review"
Pre checks:
PR Type:
If you haven't finished some of the above items you can still open "Draft" PR.
Who can review?
Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.
Additional Information