Alittlehammmer/gemma-4-26B-A4B-it-DFlash-GGUF-llama.cpp overview
Gemma 4 26B A4B it DFlash GGUF quantizations of z lab/gemma 4 26B A4B it DFlash https://huggingface.co/z lab/gemma 4 26B A4B it DFlash . Converted to BF16 usin…
Runs locally from ~253.9 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| gemma-4-26B-A4B-it-DFlash-BF16.gguf | GGUF | BF16 | 833.7 MB | Download |
| gemma-4-26B-A4B-it-DFlash-Q4_K_M.gguf | GGUF | Q4_K_M | 253.9 MB | Download |
| gemma-4-26B-A4B-it-DFlash-Q5_K.gguf | GGUF | Q5_K | 300.6 MB | Download |
| gemma-4-26B-A4B-it-DFlash-Q6_K.gguf | GGUF | Q6_K | 350.3 MB | Download |
| gemma-4-26B-A4B-it-DFlash-Q8_0.gguf | GGUF | Q8_0 | 449.5 MB | Download |
Model Details
| Model ID | Alittlehammmer/gemma-4-26B-A4B-it-DFlash-GGUF-llama.cpp |
|---|---|
| Author | Alittlehammmer |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | z-lab/gemma-4-26B-A4B-it-DFlash |
| Last modified | 2026-06-29T18:40:04.000Z |
Model README
---
base_model:
- z-lab/gemma-4-26B-A4B-it-DFlash
base_model_relation: quantized
quantized_by: Alittlehammmer
license: apache-2.0
license_link: https://huggingface.co/z-lab/gemma-4-26B-A4B-it-DFlash/blob/main/LICENSE
pipeline_tag: text-generation
library_name: gguf
tags:
- gguf
- quantized
- llama.cpp
- text-generation
- agentic-coding
- dflash
---
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
| Quant | Bits | Size | Notes |
| ------ | ----- | ------- | -------------------------------- |
| Q4_K_M | 4 | 226 MB | Average quality |
| Q5_K | 5 | 315 MB | High quality |
| Q6_K | 6 | 367 MB | Very high quality |
| Q8_0 | 8 | 471 MB | Highest quality, near lossless, Recommended |
| BF16 | 16 | 874 MB | Full precision, reference file |
Usage
Use in conjunction with existing Gemma 4 Quants, example config if using llama-server:
[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.
Run Alittlehammmer/gemma-4-26B-A4B-it-DFlash-GGUF-llama.cpp with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models