lokeshe09/gemma-4-26B-A4B-it-INT4-W4A16-channelwise
040
gemma-4-26B-A4B-it · INT4 W4A16 (channel-wise)
4-bit weight-only quantized version of google/gemma-4-26B-A4B-it.
Quantization Details
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
vllm serve lokeshe09/gemma-4-26B-A4B-it-INT4-W4A16-channelwise --max-model-len 32768 --gpu-memory-utilization 0.95