Draft
Conversation
Signed-off-by: Yev Meyer <ymeyer@nvidia.com>
Signed-off-by: Yev Meyer <ymeyer@nvidia.com>
Contributor
|
Docs preview: https://06744256.dd-docs-preview.pages.dev
|
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.
📋 Summary
Adds the Inside Nemotron-Personas dev note covering how the multi-locale Nemotron-Personas HF collection is built (4-stage compound-AI pipeline) and how it's used as a seeding primitive across Nemotron training (long-context, tool-use, formal logic, safety refusals, instruction-following). Ships alongside a runnable Tutorial 7 demonstrating reproduction + customization, plus a Colab variant
🔗 Related Issue
N/A
🔄 Changes
✨ Added
docs/devnotes/posts/nemotron-personas.md— new dev notedocs/devnotes/posts/assets/nemotron-personas/— four images: three pipeline-stage diagrams from the partner repo plus a black-backgroundNemotron-Personasworld-map herodocs/notebook_source/7-nemotron-personas.py— jupytext source for the Reproducing & Customizing Nemotron-Personas tutorial;docs/colab_notebooks/7-nemotron-personas.ipynb— committed Colab variant; i🔧 Changed
docs/scripts/generate_colab_notebooks.py— adds anADDITIONAL_SETUP_CELLSmap parallelingADDITIONAL_DEPENDENCIES; injects NGC CLI install +NGC_API_KEYcells. Future devnote-paired tutorials needing extra Colab bootstrap can register one-line entries in the same map.mkdocs.yml— adds Reproducing & Customizing Nemotron-Personas under the Tutorials nav🧪 Testing
make testpassesjupytext --to ipynb --executemake generate-colab-notebooksregenerates the Colab.ipynbcleanly with the NGC setup cells in the expected positionmake convert-execute-notebooksand gated onNVIDIA_API_KEY+ on-disk NGC dataset, matching how Tutorials 5/6 are gated onOPENROUTER_API_KEY)✅ Checklist