NVIDIA Developer

BF16 vs NVFP4 with Nemotron 3.5 Lightning

Published 2026-09-14 · Duration 9:20

Summary

This technical deep dive compares two model quantization formats, BF16 and NVFP4, using Nemotron 3.5 Lightning. NVFP4 is presented as a highly efficient, low-precision format that significantly reduces memory footprint and increases throughput for inference. While NVFP4 is recommended for token generation, BF16 or full precision checkpoints are advised for model customization, fine-tuning, or training stability. The technology has expanded, allowing NVFP4 to run efficiently on architectures like Hopper and Ampere, not just Blackwell.

Download summary

Key takeaways

  1. NVFP4 for Inference Efficiency

    Using NVFP4 drastically reduces the memory footprint required to store model weights compared to BF16, making deployment on smaller hardware more feasible. It is recommended for high-speed token generation.

  2. BF16 for Training Stability 3:56

    While NVFP4 is ideal for inference, BF16 or full precision checkpoints should be used if the developer plans to customize the model, fine-tune weights, or use custom quantization algorithms, as this ensures better training stability.

  3. Minimal Accuracy Loss 2:30

    Despite the quantization from BF16 to NVFP4, the accuracy degradation is reported to be very small (e.g., 99.99% retained), thanks to intrinsic properties of model weights.

  4. Broad Hardware Compatibility 5:40

    The ability to run NVFP4 checkpoints is no longer limited to the newest hardware (Blackwell); it is now supported across a wide range of GPUs, including Hopper and Ampere.

Technical details

  • Quantization Formats 8s

    NVFP4 is a low-precision format designed to store and compute numbers (weights) efficiently, similar to INT-4 and FP8. It allows models to fit on smaller hardware while maintaining high performance.

  • Performance Metrics 10s

    The comparison evaluates memory footprint, throughput (tokens per second), and accuracy across BF16 and NVFP4 variants of Nemotron 3.5 Lightning.

  • Model Deployment 520s

    The comparison is demonstrated using a notebook that runs measurements on a single H100 GPU, allowing users to reproduce the results.

Mentioned resources

Channel & topics

Watch on YouTube · Back to latest

This independent, AI-assisted summary is provided for commentary and informational purposes. It may contain errors or omit important context. Please watch the original video for the creator's complete presentation. Video, thumbnail, and related copyrights belong to their respective owners.