[docs] Add supported models page - #980
Merged
Merged
Conversation
cuichenx
reviewed
Oct 17, 2025
| data_paths=["/path/to/dataset.nvjsonl"], | ||
| dir="/results/qwen3_8b", | ||
| ) | ||
| ``` |
Contributor
There was a problem hiding this comment.
should we point users to an example training script and how to modify it (this one? https://github.com/NVIDIA-NeMo/Megatron-Bridge/tree/main/examples/recipes/llama), or generic documentation on training (maybe this one? https://docs.nvidia.com/nemo/megatron-bridge/latest/training/config-container-overview.html)
ananthsub
force-pushed
the
docs-model-support
branch
from
October 27, 2025 16:17
33ed654 to
5cd7972
Compare
Contributor
Author
|
/ok to test 5cd7972 |
ananthsub
marked this pull request as ready for review
October 27, 2025 16:27
Contributor
Author
|
/ok to test 05a69f5 |
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
ananthsub
force-pushed
the
docs-model-support
branch
from
October 27, 2025 18:54
05a69f5 to
fda62cd
Compare
Contributor
Author
|
/ok to test fda62cd |
ananthsub
enabled auto-merge (squash)
October 27, 2025 18:58
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Contributor
Author
|
/ok to test 6fbe2b0 |
cuichenx
approved these changes
Oct 27, 2025
chtruong814
pushed a commit
that referenced
this pull request
Oct 27, 2025
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
paul-gibbons
pushed a commit
to paul-gibbons/Megatron-Bridge
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: Paul Gibbons <pgibbons@nvidia.com>
paul-gibbons
pushed a commit
to paul-gibbons/Megatron-Bridge
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: Paul Gibbons <pgibbons@nvidia.com>
nv-mollys
pushed a commit
that referenced
this pull request
Oct 31, 2025
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: mollys <mollys@mollys.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.
Add scaffolding to document models supported directly within the repo.
there are 2 initial sections: LLMs and VLMs to match nemo user framework docs
within each section, we will have a page per model/model family. this should: