CoolFace
Modelpublic

lokeshe09/gemma-4-26B-A4B-it-INT4-W4A16-channelwise

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes40downloads
Model Card

gemma-4-26B-A4B-it · INT4 W4A16 (channel-wise)

4-bit weight-only quantized version of google/gemma-4-26B-A4B-it.

Quantization Details

PropertyValue
SchemeW4A16 (INT4 weights, BF16 activations)
StrategyChannel-wise (group_size = -1)
Toolllm-compressor (git main)
CalibrationHuggingFaceH4/ultrachat_200k · 512 samples
Base modelgoogle/gemma-4-26B-A4B-it

Why channel-wise?

Gemma 4 MoE FFN dims are 2112 and 704 — not divisible by 128. Marlin (the standard A100 W4A16 kernel) requires all dims % 128 == 0. Channel-wise (group_size=-1) is the only strategy compatible with A100 (SM80).

vLLM Usage

bash
vllm serve lokeshe09/gemma-4-26B-A4B-it-INT4-W4A16-channelwise --max-model-len 32768 --gpu-memory-utilization 0.95