AIAny
AI Model2026
Icon for item

nvidia/Qwen3.8-Flash-Next-NVFP4

NVFP4-quantized checkpoint of Qwen3.8-Flash-Next for GPU-optimized multimodal autoregressive inference — routed MoE experts in W4A4 NVFP4 while attention/ancillary layers remain BF16; ~2.7× smaller than the BF16 source and supports very long contexts.

Introduction

Deploying large multimodal MoE models is increasingly limited by memory and I/O costs; selective NVFP4 quantization gives a practical middle ground by compressing the largest expert tensors while keeping sensitive layers in higher precision. That trade lets teams run Qwen3.8-Flash-Next–class capabilities with substantially smaller checkpoints and lower GPU memory pressure while preserving most functional accuracy.

Key Capabilities
  • Selective mixed-precision quantization: routed MoE expert linear layers are quantized to W4A4 NVFP4 (weight-only), while attention, shared experts, embeddings and vision/heads remain BF16. So what: the highest-memory components are compressed without wholesale precision loss to critical compute paths.
  • Tight compatibility with NVIDIA tooling and vLLM: produced with NVIDIA Model Optimizer and intended for inference with vLLM (specific commits recommended). So what: straightforward integration into GPU-accelerated serving stacks that already use NVIDIA inference tooling.
  • Practical size and performance trade-off: checkpoint is ~2.7× smaller than the BF16 source (≈63% disk reduction) and preserves near-baseline accuracy on many benchmarks because only routed experts are quantized. So what: lower storage, faster model loading and reduced multi‑GPU memory footprint for large-context workloads.
  • Long-context and multimodal support: retains Qwen3.8-Flash-Next architecture features (MoE, n-gram embeddings, hybrid attention) and supports very long contexts (native up to 262k tokens). So what: useful for retrieval-augmented, agentic or long-document multimodal applications.
Who it's for and trade-offs

Great fit if you need to serve a Qwen3.8-family multimodal MoE model with reduced checkpoint size and can adopt vLLM/NVIDIA Model Optimizer in your stack; teams targeting agentic systems, RAG, or multi-GPU inference with long contexts will benefit most.

Look elsewhere if you require a fully uniformly quantized model (this checkpoint only quantizes routed experts), need an exact byte-for-byte reproduction of the BF16 behavior in all layers, or must run on CPU-only environments. Also plan for validation: partial quantization changes numerical behavior and some workloads (e.g., heavy scientific numeric reasoning) may need extra calibration or testing.

Information

  • Websitehuggingface.co
  • OrganizationsNVIDIA, Qwen Team (Alibaba)
  • Published date2026/09/02

Categories

More Items

Hugging Face
AI Model2026

Fine-tuned variant of Qwen3.8-27B optimized to reduce reasoning cost and wall-clock latency for long-running agent workloads. Delivers ~12.8% faster decoding and higher MTP draft acceptance while cutting runaway reasoning, at a small MMLU-Pro accuracy trade-off (−1.45 pp).

Hugging Face
AI Model2026

Sparse MoE causal LLM that uses Mixture-of-Value Attention (MoVA) to store 36B parameters while activating ~4B per token; supports a native 524,288-token context and is released with final checkpoints, training data, and training code under open license.

Hugging Face
AI Model2021

Learns a joint image–text embedding via contrastive pretraining to enable zero-shot image classification. Uses a ViT‑B/32 image encoder and transformer text encoder; intended primarily for research into robustness and generalization, not untested deployment.