Skip to content
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

Save model parallel .nemo in ExpManager #6115

Merged
merged 66 commits into from
Mar 10, 2023
Merged

Conversation

arendu
Copy link
Collaborator

@arendu arendu commented Feb 25, 2023

What does this PR do ?

save_best_model and always_save_nemo will work with tp/pp > 1 with this PR.

Collection: [NLP,ASR]

Changelog

  • Add specific line by line info of high level changes in this PR.

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this 

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

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

  • Related to # (issue)

Signed-off-by: arendu <[email protected]>
@github-actions github-actions bot removed the NLP label Mar 7, 2023
@arendu
Copy link
Collaborator Author

arendu commented Mar 7, 2023

@titu1994 I added the pleasefixme for the test.

@arendu arendu requested a review from ericharper March 7, 2023 22:35
ericharper
ericharper previously approved these changes Mar 8, 2023
Copy link
Collaborator

@ericharper ericharper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

Copy link
Collaborator

@titu1994 titu1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks correct, minor modification below

nemo/utils/exp_manager.py Outdated Show resolved Hide resolved
Signed-off-by: arendu <[email protected]>
Copy link
Collaborator

@titu1994 titu1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm I have PR ready to remove the please fix me for RNNT

@arendu arendu merged commit 15766ca into main Mar 10, 2023
@arendu arendu deleted the adithyare/save_model_parallel_nemo branch March 10, 2023 00:28
titu1994 pushed a commit to titu1994/NeMo that referenced this pull request Mar 24, 2023
* patch to allow using tokenizers without additional_special_tokens_ids attribute

Signed-off-by: arendu <[email protected]>

* save tp pp > 1 .nemo in exp manager

Signed-off-by: arendu <[email protected]>

* Better rank checking for model parallel > 1 .nemo saving

Signed-off-by: MaximumEntropy <[email protected]>

* Safety check

Signed-off-by: MaximumEntropy <[email protected]>

* check for nlp model

Signed-off-by: arendu <[email protected]>

* custom on save checkpoint for NLPModel

Signed-off-by: arendu <[email protected]>

* minor update

Signed-off-by: arendu <[email protected]>

* minor updates

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* added pleasefixme

Signed-off-by: arendu <[email protected]>

* updated

Signed-off-by: arendu <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: arendu <[email protected]>
Signed-off-by: MaximumEntropy <[email protected]>
Co-authored-by: MaximumEntropy <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
hsiehjackson pushed a commit to hsiehjackson/NeMo that referenced this pull request Jun 2, 2023
* patch to allow using tokenizers without additional_special_tokens_ids attribute

Signed-off-by: arendu <[email protected]>

* save tp pp > 1 .nemo in exp manager

Signed-off-by: arendu <[email protected]>

* Better rank checking for model parallel > 1 .nemo saving

Signed-off-by: MaximumEntropy <[email protected]>

* Safety check

Signed-off-by: MaximumEntropy <[email protected]>

* check for nlp model

Signed-off-by: arendu <[email protected]>

* custom on save checkpoint for NLPModel

Signed-off-by: arendu <[email protected]>

* minor update

Signed-off-by: arendu <[email protected]>

* minor updates

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* reverting custom save logic

Signed-off-by: arendu <[email protected]>

* added pleasefixme

Signed-off-by: arendu <[email protected]>

* updated

Signed-off-by: arendu <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: arendu <[email protected]>
Signed-off-by: MaximumEntropy <[email protected]>
Co-authored-by: MaximumEntropy <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: hsiehjackson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Changes to NeMo Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants