NVIDIA-NeMo/Nemotron

Developer Asset Hub for NVIDIA Nemotron — A one-stop resource for training recipes, usage cookbooks, datasets, and full end-to-end reference examples to build with Nemotron models

What it solves

Nemotron provides a family of open, high-efficiency multimodal models and the complete infrastructure to train, deploy, and implement them. It addresses the gap between theoretical model architectures and production-ready agentic AI, offering reproducible training recipes for models that excel at coding, math, scientific reasoning, and tool calling.

How it works

The project is organized into four main components:

  • Nemotron Steps: A CLI-driven system of modular building blocks (steps) for the entire model lifecycle, including data curation, synthetic data generation (SDG), pretraining, supervised fine-tuning (SFT), and reinforcement learning (RL).
  • Training Recipes: Complete, reproducible pipelines that combine these steps to build specific models, such as the Nemotron 3 Ultra (550B MoE), Super (120B MoE), and Nano (30B MoE) models.
  • Usage Cookbooks: Practical guides for deploying models across various environments, from edge devices to multi-GPU datacenters, using tools like TensorRT-LLM and NIM microservices.
  • Use Case Examples: End-to-end implementations of agentic workflows, RAG systems, and tool integration.

Who it’s for

This repository is designed for AI researchers and developers who want to build, fine-tune, or deploy high-performance LLMs and multimodal models for agentic AI applications, particularly those leveraging the NVIDIA hardware stack.

Highlights

  • Hybrid Architectures: Utilizes Mamba-Attention and Mixture-of-Experts (MoE) to balance reasoning capability with inference throughput.
  • Multimodal Capabilities: The Nano Omni model natively supports text, image, video, and audio in a single decoder.
  • Full Lifecycle Tooling: Provides everything from raw data preparation and synthetic data generation to RLVR and MPO alignment.
  • Extensive Context: Supports context lengths up to 1 million tokens for complex research and enterprise workflows.