-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: Add support for loading NeMo 2.0 checkpoints #412
Merged
Conversation
This file contains 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
terrykong
changed the title
Add support for loading NeMo 2.0 checkpoints
feat: Add support for loading NeMo 2.0 checkpoints
Nov 20, 2024
hemildesai
force-pushed
the
hemil/nemo-2-ckpt-support
branch
from
December 2, 2024 22:34
088548f
to
c60471b
Compare
hemildesai
force-pushed
the
hemil/nemo-2-ckpt-support
branch
from
December 3, 2024 21:59
9d3eec5
to
3ec4c14
Compare
hemildesai
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 4, 2024
hemildesai
force-pushed
the
hemil/nemo-2-ckpt-support
branch
from
December 5, 2024 23:57
3ec4c14
to
154d537
Compare
hemildesai
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 6, 2024
hemildesai
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 6, 2024
hemildesai
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 6, 2024
terrykong
force-pushed
the
hemil/nemo-2-ckpt-support
branch
3 times, most recently
from
December 6, 2024 21:08
45ff6f9
to
1a50692
Compare
terrykong
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 6, 2024
terrykong
previously approved these changes
Dec 6, 2024
terrykong
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 7, 2024
terrykong
previously approved these changes
Dec 7, 2024
Signed-off-by: Hemil Desai <hemild@nvidia.com> [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: NeMo-Aligner CI <nemo-aligner-ci@nvidia.com> fix Signed-off-by: Hemil Desai <hemild@nvidia.com> [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: NeMo-Aligner CI <nemo-aligner-ci@nvidia.com> adds the scaffolding of an e2e unit test Signed-off-by: Terry Kong <terryk@nvidia.com> [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: NeMo-Aligner CI <nemo-aligner-ci@nvidia.com> e2e test Signed-off-by: Hemil Desai <hemild@nvidia.com> [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: NeMo-Aligner CI <nemo-aligner-ci@nvidia.com> Fix Signed-off-by: Hemil Desai <hemild@nvidia.com> Update paths Signed-off-by: Hemil Desai <hemild@nvidia.com> fix Signed-off-by: Hemil Desai <hemild@nvidia.com> fix Signed-off-by: Hemil Desai <hemild@nvidia.com> Update nemo commit Signed-off-by: Hemil Desai <hemild@nvidia.com> fix Signed-off-by: Hemil Desai <hemild@nvidia.com> [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: NeMo-Aligner CI <nemo-aligner-ci@nvidia.com> move nemorun install Signed-off-by: Terry Kong <terryk@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com>
terrykong
force-pushed
the
hemil/nemo-2-ckpt-support
branch
from
December 7, 2024 01:43
9dd4f3e
to
d8d2799
Compare
terrykong
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 7, 2024
Signed-off-by: Terry Kong <terryk@nvidia.com>
terrykong
previously approved these changes
Dec 7, 2024
terrykong
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 7, 2024
Signed-off-by: Terry Kong <terryk@nvidia.com>
terrykong
added
Run CICD
Set + un-set to retrigger
and removed
Run CICD
Set + un-set to retrigger
labels
Dec 7, 2024
terrykong
approved these changes
Dec 7, 2024
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.
Depends on NVIDIA/NeMo#11452
Changelog
Usage
# Add a code snippet demonstrating how to use this
Before your PR is "Ready for review"
Pre checks:
Checklist when contributing a new algorithm
max_steps=-1
andvalidation
?Additional Information