Nemotron 3.5 Super VL
NVIDIA-Nemotron-3.5-Super-midtrain-67B-vision-pretrained
pairs a Nemotron Super NemotronH (hybrid Mamba-2 and Attention) Mixture-of-Experts (MoE) language
backbone with a RADIO v2.5-H vision encoder, sharing its NemotronH_Omni_Reasoning_V3
architecture and vision stack with Nemotron-3-Nano-Omni.
This midtrain checkpoint is vision-pretrained only (sound_config is absent).
There is no audio encoder, so audio inputs are not supported on this checkpoint.
Available Models
- NVIDIA-Nemotron-3.5-Super-midtrain-67B-vision-pretrained: 121B total (MoE), vision-pretrained, no audio encoder
Architecture
NemotronH_Omni_Reasoning_V3reuses the sameNemotronOmniForConditionalGenerationwrapper, vision tower, and state-dict adapter asNemotronH_Nano_Omni_Reasoning_V3; only the LLM sub-config scale differs (Super compared to Nano). Thesound_encoderandsound_projectionsubmodules are constructed only when the checkpoint’ssound_configis present, so this checkpoint loads with audio disabled.
Example Recipes
LoRA on CORD-v2
nemotron_3_5_super_vl_cord_v2_peft.yaml fine-tunes the model on CORD-v2 receipt field extraction
(the same task as the NemotronOmni CORD-v2 guide) with LoRA adapters
instead of full SFT. Because the base weights are frozen, there are no fp32 master weights or optimizer
states for them, so the 121B model trains on a single node of 8 H100 (cp_size 1, ep_size 8) instead of the
4 nodes that full SFT needs.
Try with NeMo AutoModel
1. Clone and install from source (full instructions):
2. Run a recipe from inside the repo — LoRA on CORD-v2 on a single node (adapter-only checkpoints, ~39 GiB/GPU):
The Tulu-3 text recipe runs on 4 nodes: