Views
No views yet
google/gemma-4-26B-A4B-it-assistant
How it was made: One-shot datafree quantization with LLM Compressor (FP8_DYNAMIC recipe) on a DGX Spark (GB10 Grace Blackwell). No calibration data required — activations are scaled dynamically at runtime.Notes:lm_headand multimodal projection layers kept in high precision. Blackwell (GB10/B100/B200) has native FP8 hardware support. Hopper (H100/H200) also supports FP8 natively. Older architectures will fall back to BF16 compute while still benefiting from the reduced model size.
1sudo docker run --runtime nvidia --gpus all -p 8000:8000 --ipc=host \
2 vllm/vllm-openai:latest \
3 --model Firworks/gemma-4-26B-A4B-it-assistant-fp8 \
4 --dtype auto \
5 --max-model-len 32768