CoolFace
Modelpublic

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

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

Gemma-4-31B-it-DFlash

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

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

Available quants

QuantBitsSizeNotes
Q4KM4912 MBAverage quality
Q5_K51.09 GBHigh quality
Q6_K61.27 GBVery high quality
Q8_081.65 GBHighest quality, near lossless, Recommended
BF16163.07 GBFull precision, reference file

Usage

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

bash
[Gemma-4-31B-it-DFlash]
sm = layer
model = /mnt/gguf/Gemma-4-31B-it/Gemma-4-31B-it-Q8_0.gguf
model-draft = /mnt/gguf/Gemma-4-31B-it-DFlash/Gemma-4-31B-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.