Skip to content

Conversation

@athitten
Copy link
Collaborator

@athitten athitten commented May 13, 2025

Important

The Update branch button must only be pressed in very rare occassions.
An outdated branch is never blocking the merge of a PR.
Please reach out to the automation team before pressing that button.

What does this PR do ?

Minor edits to scripts/llm/evaluation.py to support evaluation of model on multi node.

Collection: [Note which collection this PR will affect]

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 

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

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)

athitten added 2 commits May 13, 2025 15:51
Signed-off-by: Abhishree <abhishreetm@gmail.com>
Signed-off-by: Abhishree <abhishreetm@gmail.com>
@athitten athitten requested a review from marta-sd May 13, 2025 22:59
@athitten
Copy link
Collaborator Author

@chtruong814 can we fast-merge this once @marta-sd approves ? It just has changes for the example nemo-run script. Thanks!

Signed-off-by: Abhishree <abhishreetm@gmail.com>
@athitten athitten force-pushed the athitten/eval_mnode_runs branch from 57e4235 to 0bfb1c5 Compare May 14, 2025 18:39
@athitten athitten requested a review from jgerh May 14, 2025 18:40
@athitten
Copy link
Collaborator Author

@jgerh can you please review/approve a small addition to docs/source/evaluation/evaluation_doc.rst in this PR ? Thanks!

@athitten
Copy link
Collaborator Author

@chtruong814 getting a link check error on docs unrelated to this PR. Can you please help ? Thanks!

executors (your local workstation) and Slurm-based executors like clusters. In this setup, the deploy and evaluate
processes are launched as two separate jobs with NeMo-Run. The evaluate method waits until the PyTriton server is
accessible and the model is deployed before starting the evaluations.

Copy link
Collaborator

Choose a reason for hiding this comment

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

please revise the file name by replacing the underscore character with a hyphen: change evaluation_doc.rst to evaluation-doc.rst. this is now an seo requirement. Ensure that you also make the same filename change to the toc tree in the index file.

Copy link
Collaborator

@jgerh jgerh left a comment

Choose a reason for hiding this comment

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

Completed review of change in docs/source/evaluation/evaluation_doc.rst. There were no copyedits needed, but a filename change is needed to evaluation-doc.rst.

Signed-off-by: Abhishree <abhishreetm@gmail.com>
@athitten athitten force-pushed the athitten/eval_mnode_runs branch from 20cb903 to f92d409 Compare May 14, 2025 22:05
Signed-off-by: athitten <athitten@users.noreply.github.com>
Copy link
Collaborator

@jgerh jgerh left a comment

Choose a reason for hiding this comment

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

Approved with changes.

Copy link
Collaborator

@marta-sd marta-sd 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!

@chtruong814 chtruong814 merged commit 1c12dd1 into main May 19, 2025
35 checks passed
@chtruong814 chtruong814 deleted the athitten/eval_mnode_runs branch May 19, 2025 17:57
shjwudp pushed a commit to shjwudp/NeMo that referenced this pull request May 31, 2025
* Add multi node settings for eval run

Signed-off-by: Abhishree <abhishreetm@gmail.com>

* Edit to eval nemo-run script

Signed-off-by: Abhishree <abhishreetm@gmail.com>

* Add HF_TOKEN to docs

Signed-off-by: Abhishree <abhishreetm@gmail.com>

* Remove underscore in eval doc name

Signed-off-by: Abhishree <abhishreetm@gmail.com>

* Apply isort and black reformatting

Signed-off-by: athitten <athitten@users.noreply.github.com>

---------

Signed-off-by: Abhishree <abhishreetm@gmail.com>
Signed-off-by: athitten <athitten@users.noreply.github.com>
Co-authored-by: athitten <athitten@users.noreply.github.com>
Signed-off-by: jianbinc <shjwudp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants