Views
No views yet
nvidia/Gemma-4-31B-IT-NVFP4.gemma4 deployment project running on DGX Spark (GB10). Use the upstream repo if you don't need a pinned copy.google/gemma-4-31B-it by Google DeepMind| Test | Prompt | Output | Time | Decode tok/s |
|---|---|---|---|---|
| EN — short Q&A | 25 | 8 | 1.3s | 6.1 |
| EN — chain-of-thought | 40 | 126 | 18.3s | 6.9 |
| PL — short explanation | 30 | 116 | 16.9s | 6.9 |
| Python code generation | 36 | 400 | 57.8s | 6.9 |
1docker run --rm --runtime=nvidia --gpus all \
2 -p 8000:8000 \
3 -v ~/.cache/huggingface:/root/.cache/huggingface \
4 -e VLLM_NVFP4_GEMM_BACKEND=marlin \
5 vllm/vllm-openai:gemma4-cu130 \
6 gdubicki/Gemma-4-31B-IT-NVFP4 \
7 --quantization modelopt_fp4 \
8 --dtype bfloat16 \
9 --gpu-memory-utilization 0.40 \
10 --max-model-len 32768