specific method · filed under inference & serving
NVFP4 ModelOpt re-quantization
Re-quantizes selected linear layers, such as MLP or MoE expert linears, to NVFP4 while retaining other components at higher precision.
Also called NVFP4 ModelOpt re-quantization (W4A16), ModelOpt re-quantization, NVFP4 quantization of MoE expert linears, NVFP4 re-quantization.
- sources
- 2
- models
- 2
- labs adopt it
- 2
- strongest
- optional
How sources treat it
One count per evidence span, weakest treatment to strongest.
Documented in
Evidence
2 spans quoted from the sources, strongest treatment first.
only the MoE expert linears drop to NVFP4 while shared experts, attention, embeddings, and the early dense layers stay BF16.
NVIDIA's ModelOpt re-quantization: MLP linears drop to NVFP4 (W4A16) while the attention linears and KV cache stay FP8
Filed alongside
Other methods under inference & serving :: inference quantization.