Views
No views yet
| Property | Value |
|---|---|
| Base model | google/gemma-4-31B-it |
| Quant method | NVIDIA ModelOpt (NVFP4) |
| Weight scheme | 4-bit float, block size 16 |
| Input activation | 4-bit float, block size 16 |
| Calibration dataset | CNN DailyMail (512 samples, max_seq_len 1024) |
| Size | ~30 GB (vs ~58 GB BF16) |
lm_headmodel.embed_vision*self_attn layers (layers 0–59)modelopt quantization backend. Please ensure you refer to the vLLM documentation for Gemma 4 for advanced serving options.1vllm serve vrfai/gemma-4-31B-it-nvfp4 \
2 --quantization modelopt_fp4 \
3 --max-model-len 32768 \
4 --max-num-seqs 128 \
5 --max-num-batched-tokens 8192 \
6 --gpu-memory-utilization 0.95 \
7 --kv-cache-dtype fp8 \
8 --enable-prefix-caching \
9 --enable-auto-tool-choice \
10 --reasoning-parser gemma4 \
11 --tool-call-parser gemma4 \
12 --async-scheduling \
13 --trust-remote-code