CoolFace
Modelpublic

Alittlehammmer/gemma-4-26B-A4B-it-DFlash-GGUF-llama.cpp

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
3likes600downloads
Model Card

Gemma-4-26B-A4B-it-DFlash

GGUF quantizations of z-lab/gemma-4-26B-A4B-it-DFlash.

Converted to BF16 using convert_hf_to_gguf.py, then quantized using llama-quantize from llama.cpp.

Available quants

QuantBitsSizeNotes
Q4KM4226 MBAverage quality
Q5_K5315 MBHigh quality
Q6_K6367 MBVery high quality
Q8_08471 MBHighest quality, near lossless, Recommended
BF1616874 MBFull precision, reference file

Usage

Use in conjunction with existing Gemma 4 Quants, example config if using llama-server:

bash
[Gemma-4-26B-A4B-it-DFlash]
sm = layer
model = /mnt/gguf/Gemma-4-26B-A4B-it/Gemma-4-26B-A4B-it-Q8_0.gguf
model-draft = /mnt/gguf/Gemma-4-26B-A4B-it-DFlash/Gemma-4-26B-A4B-it-DFlash-Q8_0.gguf
spec-type = draft-dflash
spec-draft-n-max = 6 

(Note: For some reason I cannot get sm = tensor to work, it crashes on launch, pretty sure this is an issue in llama.cpp)

Original model

See the original model card for details on capabilities, benchmarks, and license.