Nemotron-3-Super Notebooks#

A collection of notebooks demonstrating deployment and fine-tuning cookbooks for NVIDIA Nemotron-3-Super.

Overview#

These notebooks provide end-to-end recipes for deploying and customizing Nemotron-3-Super.

What’s Inside#

Deployment#

  • vllm_cookbook.ipynb β€” Deploy Nemotron-3-Super with vLLM.

  • sglang_cookbook.ipynb β€” Deploy Nemotron-3-Super with SGLang.

  • trtllm_cookbook.ipynb β€” Deploy Nemotron-3-Super with TensorRT-LLM.

  • AdvancedDeploymentGuide β€” Production deployment configurations for vLLM, SGLang, and TRT-LLM across GPU topologies (GB200, B200, DGX Spark), including MTP speculative decoding, expert parallelism, and tuning guidance.

Fine-Tuning#

  • grpo-dapo β€” Full-weight RL training with GRPO/DAPO algorithm, reproducing emergent math reasoning from a base model.

  • lora-text2sql β€” Supervised fine-tuning (LoRA) recipe for the Text2SQL use case, including dataset preparation and training with NeMo Megatron-Bridge and NeMo AutoModel libraries.

Agentic#

  • OpenScaffoldingResources β€” Guides for using Nemotron-3-Super with agentic coding tools (OpenCode, OpenClaw, Kilo Code CLI, OpenHands) via OpenRouter and build.nvidia.com.