Views
No views yet
google/gemma-4-31B-it-qat-q4_0-unquantized) using NVIDIA Model Optimizer (modelopt), this model delivers exceptional throughput and memory savings while preserving high quality by leveraging the Quantization-Aware Training (QAT) properties of the base checkpoint.NVFP4 (native FP4 on Blackwell)lm_head, model.embed_vision*, model.vision_tower* (runs in high precision)modelopt)[!NOTE] Why does Hugging Face show "17B params" instead of "31B"? Hugging Face calculates the parameter count dynamically from the tensor shapes in thesafetensorsfiles. Because this model's weights are quantized to native 4-bit (FP4) and packed (two 4-bit weights per singleint8byte), the physical tensor dimensions are halved (e.g., a shape of[5376, 21504]becomes[5376, 10752]). This causes the Hugging Face auto-estimator to count only half of the quantized parameters, reporting around 17.7B total active parameters. The model architecture is identical to the full 31B dense model.
vllm serve melcheikh/gemma-4-31B-it-qat-NVFP4-Blackwell --quantization modelopt1vllm serve melcheikh/gemma-4-31B-it-qat-NVFP4-Blackwell \
2 --quantization modelopt \
3 --speculative-model melcheikh/gemma-4-31B-it-qat-assistant-NVFP4-Blackwell \
4 --num-speculative-tokens 3 \
5 --speculative-draft-limit 4