feat(model): add canonical Nemotron Omni model - #4885
Merged
cuichenx merged 8 commits intoJul 30, 2026
Merged
Conversation
4 tasks
aroshanghias-nvd
marked this pull request as ready for review
July 16, 2026 01:13
aroshanghias-nvd
force-pushed
the
aroshanghias/nemotron-omni-main-migration
branch
2 times, most recently
from
July 16, 2026 23:35
8b95417 to
c9473b1
Compare
4 tasks
cuichenx
reviewed
Jul 22, 2026
Signed-off-by: Ali Roshan Ghias <aroshanghias@nvidia.com>
Signed-off-by: Ali Roshan Ghias <aroshanghias@nvidia.com>
Signed-off-by: Ali Roshan Ghias <aroshanghias@nvidia.com>
Signed-off-by: Ali Roshan Ghias <aroshanghias@nvidia.com>
Signed-off-by: Ali Roshan Ghias <aroshanghias@nvidia.com>
Signed-off-by: Ali Roshan Ghias <aroshanghias@nvidia.com>
aroshanghias-nvd
force-pushed
the
aroshanghias/nemotron-omni-main-migration
branch
from
July 29, 2026 14:17
545d6e8 to
7a9e305
Compare
Contributor
Author
|
/ok to test 7a9e305 |
Contributor
|
audio/video capabilities in #5007 |
Contributor
|
/ok to test 124b19b |
cuichenx
previously approved these changes
Jul 29, 2026
Signed-off-by: Chen Cui <chcui@nvidia.com>
Contributor
|
/ok to test f461eae |
cuichenx
approved these changes
Jul 30, 2026
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.
What does this PR do?
Add a dedicated
NemotronOmniModeland conversion contract for processor-expanded multimodal sequences without using the historical Nemotron OmniLLaVAModelcollapse/expand path.The ownership boundary is now:
PackedSeqParams. MBridge's canonical collator provides this behavior for native MBridge training; external callers such as NeMo-RL may provide the same caller-packed THD contract from their own data pipeline.NemotronOmniModelreceives the full packed THD sequence, builds and inserts media embeddings, and only then selects the context-parallel portion of the merged embedding sequence.Changelog
NemotronOmniModel, reusing the existing RADIO encoder, multimodal projector, and Nemotron-H language model components.AutoBridge, with versioned contracts that reject ambiguous legacy checkpoints.Validation
Scope and follow-up
This PR implements the canonical image/text foundation used by the current Nano migration. Audio and video support is layered separately in #5007. Super/MTP integration and validation remain follow-up work. This implementation does not require changes to Megatron-LM source.
GitHub Actions CI
See the CI section in the contributing guide for how to trigger CI. An NVIDIA developer may need to approve and trigger CI for external contributors.
Before this PR is ready for review