AiPhreaks ← Back to News Feed

Developing Nemotron 3.5 Lightning NVFP4 with QAD Using NVIDIA Model Optimizer

By Jakub Antkiewicz

2026-08-18T08:35:26Z

NVIDIA Details QAD Method for High-Throughput Nemotron 3.5 Model

NVIDIA has published the technical process behind its new Nemotron 3.5 Lightning NVFP4 checkpoint, a highly efficient version of its open model family. The method hinges on a technique called Quantization-Aware Distillation (QAD), which enables aggressive 4-bit weight quantization to significantly boost inference speed and reduce the model's memory requirements. This approach directly addresses the operational challenge of deploying large language models by preserving near-baseline accuracy while achieving substantial performance gains, making powerful models more viable for production environments.

The workflow, executed using the NVIDIA Model Optimizer, is a two-stage process. It begins with Post-Training Quantization (PTQ) to create a compressed 'student' model from the full-precision 'teacher' model. This initial step intentionally pushes quantization to a point where accuracy might normally degrade, for instance, by quantizing Mamba linear layers to W4A16. The second stage uses QAD to train this student model, aligning its outputs with the frozen teacher model via a KL divergence loss. This distillation step allows the student model to 'relearn' and recover the accuracy lost during the aggressive initial compression.

  • Model Compression: Reduced from 66 GB (BF16) to 22 GB.
  • Performance Gain: Unlocks up to 4x higher throughput.
  • Core Technique: A two-stage process combining Post-Training Quantization (PTQ) and Quantization-Aware Distillation (QAD).
  • Quantization Format: Utilizes aggressive W4A16 and NVFP4 formats.
  • Tooling: The end-to-end workflow is reproducible using the NVIDIA Model Optimizer.

By open-sourcing this methodology, NVIDIA provides a clear and reproducible pathway for developers to optimize their own models for deployment. This technique allows engineering teams to push performance boundaries beyond what is achievable with PTQ alone, effectively lowering the hardware barrier for deploying sophisticated models. The detailed recipe facilitates the adoption of compressed yet accurate LLMs in settings with tight memory and compute budgets, directly impacting the total cost of ownership and operational feasibility of AI applications.

NVIDIA's detailed QAD workflow for Nemotron 3.5 is a strategic move to standardize the toolchain for high-performance LLM optimization, ensuring its hardware ecosystem remains the most efficient platform for deploying aggressively compressed models at scale.
End of Transmission
Scan All Nodes Access Archive