docs: fix broken links across documentation guides#1374
Merged
akoumpa merged 1 commit intoNVIDIA-NeMo:mainfrom Feb 25, 2026
Merged
docs: fix broken links across documentation guides#1374akoumpa merged 1 commit intoNVIDIA-NeMo:mainfrom
akoumpa merged 1 commit intoNVIDIA-NeMo:mainfrom
Conversation
fb76d8c to
57bd4d7
Compare
Fix broken GitHub URLs and outdated file paths in documentation: - fp8-training.md: correct org/repo from NVIDIA/NeMo-Automodel to NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1) - finetune.md: update recipe path (finetune.py → train_ft.py), fix example script path (examples/llm → examples/llm_finetune) - gemma3-3n.md: insert missing components/ directory in dataset paths - pipelining.md: fix all examples/llm/ references to examples/llm_finetune/ - installation.md: fix example script path Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Andrew Chen <andrewch@nvidia.com>
57bd4d7 to
8b29063
Compare
Contributor
|
/ok to test 8b29063 |
akoumpa
approved these changes
Feb 25, 2026
akoumpa
pushed a commit
that referenced
this pull request
Feb 25, 2026
Fix broken GitHub URLs and outdated file paths in documentation: - fp8-training.md: correct org/repo from NVIDIA/NeMo-Automodel to NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1) - finetune.md: update recipe path (finetune.py → train_ft.py), fix example script path (examples/llm → examples/llm_finetune) - gemma3-3n.md: insert missing components/ directory in dataset paths - pipelining.md: fix all examples/llm/ references to examples/llm_finetune/ - installation.md: fix example script path Signed-off-by: Andrew Chen <andrewch@nvidia.com> Co-authored-by: Cursor <cursoragent@cursor.com>
linnanwang
pushed a commit
that referenced
this pull request
Apr 24, 2026
Fix broken GitHub URLs and outdated file paths in documentation: - fp8-training.md: correct org/repo from NVIDIA/NeMo-Automodel to NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1) - finetune.md: update recipe path (finetune.py → train_ft.py), fix example script path (examples/llm → examples/llm_finetune) - gemma3-3n.md: insert missing components/ directory in dataset paths - pipelining.md: fix all examples/llm/ references to examples/llm_finetune/ - installation.md: fix example script path Signed-off-by: Andrew Chen <andrewch@nvidia.com> Co-authored-by: Cursor <cursoragent@cursor.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.
Fix broken GitHub URLs and outdated file paths in documentation:
NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1)
fix example script path (examples/llm → examples/llm_finetune)
Co-authored-by: Cursor cursoragent@cursor.com
What does this PR do ?
Fix 18 broken links across 5 documentation guides. These were identified via a broken link audit of the published docs at
docs.nvidia.com/nemo/automodel/. The fixes fall into three categories:NVIDIA/NeMo-Automodel→NVIDIA-NeMo/Automodel) infp8-training.mdexamples/llm/→examples/llm_finetune/,nemo_automodel/datasets/→nemo_automodel/components/datasets/)nemo_automodel/recipes/llm/finetune.py→train_ft.py)Changelog
docs/guides/fp8-training.md: Fix GitHub org fromNVIDIA/NeMo-AutomodeltoNVIDIA-NeMo/Automodelin 5 URLs; fix Llama subdirectory fromllama/tollama3_1/docs/guides/llm/finetune.md: Update recipe link fromfinetune.pytotrain_ft.py; fix example script path fromexamples/llm/finetune.pytoexamples/llm_finetune/finetune.pydocs/guides/omni/gemma3-3n.md: Insert missingcomponents/directory in 2 dataset URLs (nemo_automodel/datasets/vlm/→nemo_automodel/components/datasets/vlm/)docs/guides/pipelining.md: Fix 7 occurrences ofexamples/llm/finetune.py→examples/llm_finetune/finetune.py; fix 1 YAML config path (examples/llm/llama_3_2_1b_squad.yaml→examples/llm_finetune/llama3_2/llama3_2_1b_squad.yaml)docs/guides/installation.md: Fix example script path fromexamples/llm/finetune.pytoexamples/llm_finetune/finetune.pyBefore your PR is "Ready for review"
Pre checks:
If you haven't finished some of the above items you can still open "Draft" PR.
Additional Information