Views
No views yet
google_gemma-4-31B-it.gguf - Mainly tested with Q8_0.| File | Quant | Size |
|---|---|---|
gemma4-31b-it-dflash-F16.gguf | F16 | 2.9 GB |
gemma4-31b-it-dflash-Q8_0.gguf | Q8_0 | 1.6 GB |
gemma4-31b-it-dflash-Q4_K_M.gguf | Q4_K_M | 871 MB |
1./build/bin/llama-server \
2 --model <target.gguf> \
3 --model-draft <draft.gguf> \
4 --spec-type dflash:n_max=<N>,cross_ctx=<N> ...Q4_K_M and Q8_0 are small test-oriented quants; create your own quant if you need a different tradeoff.