docs: make Nemotron 3 Nano storage requirements consistent - #2315
Merged
ananthsub merged 2 commits intoAug 5, 2026
Conversation
The recipe told users to provision ~110GB in the prerequisites and in the workspace setup step, then checked for 200GB two lines later. Anyone following the prerequisites under-provisions and hits the success check as a failure. Both figures now say 200GB, matching the existing success check, and the prerequisite states where the space goes using numbers the page already verifies: the container is ~15GB (step 1.4) and the model is ~59GB (step 1.6), with the remainder covering data, the Hugging Face cache, and checkpoints. Also changes the directory listing near the end from ~63GB to ~59GB so the model size matches the two places that verify it. 59 GiB and 63 GB are the same size, but the page reads as if it contradicts itself. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Contributor
|
🌿 Preview your docs: https://nvidia-preview-ananthsub-docs-nemotron3-storage.docs.buildwithfern.com/nemo/gym Here are the markdown pages you've updated: |
ananthsub
requested review from
anwithk,
bxyu-nvidia,
ffrujeri and
lbliii
and removed request for
bxyu-nvidia and
lbliii
August 4, 2026 15:14
ananthsub
marked this pull request as ready for review
August 4, 2026 15:15
ananthsub
marked this pull request as draft
August 4, 2026 15:19
ananthsub
marked this pull request as ready for review
August 4, 2026 15:26
ffrujeri
approved these changes
Aug 5, 2026
anwithk
approved these changes
Aug 5, 2026
ananthsub
added a commit
that referenced
this pull request
Aug 5, 2026
…)` into `r0.5.0` (#2357) beep boop [🤖]: Hi @ananthsub 👋, we've cherry picked #2315 into for you! 🚀 Please review and approve this cherry pick by your convenience! Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com> Co-authored-by: Ananth Subramaniam <ansubramania@nvidia.com> Co-authored-by: Anwith Kiran <anwithk@nvidia.com>
OlegSudakov
pushed a commit
to OlegSudakov/Gym
that referenced
this pull request
Aug 7, 2026
…Mo#2315) `model-recipes/nemotron-3-nano.mdx` tells users to provision ~110GB in the prerequisites and again when choosing a workspace, then checks for 200GB two lines later. Both figures now say 200GB, matching the existing success check. The prerequisite also states where the space goes, using numbers the page already verifies elsewhere: the container is ~15GB (step 1.4) and the model is ~59GB (step 1.6), with the rest covering data, the Hugging Face cache, and checkpoints and logs that accumulate across runs. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Co-authored-by: Anwith Kiran <anwithk@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.
model-recipes/nemotron-3-nano.mdxtells users to provision ~110GB in the prerequisites and again when choosing a workspace, then checks for 200GB two lines later.Both figures now say 200GB, matching the existing success check. The prerequisite also states where the space goes, using numbers the page already verifies elsewhere: the container is ~15GB (step 1.4) and the model is ~59GB (step 1.6), with the rest covering data, the Hugging Face cache, and checkpoints and logs that accumulate across runs.