How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
# Run inference directly in the terminal:
llama cli -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
# Run inference directly in the terminal:
llama cli -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
# Run inference directly in the terminal:
./llama-cli -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
Use Docker
docker model run hf.co/deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF:Q3_K_M
Quick Links

Cerebellum

Gemma 4 26B-A4B-it Cerebellum GGUF

Sensitivity-guided mixed-precision GGUF of google/gemma-4-26B-A4B-it: a Q3_K_M base with the Cerebellum v6 tensor allocation. The shipped file carries the v6 weights plus Google's updated Gemma 4 chat-template metadata (the 2026-05-18 template state) with zero tensor changes versus v6. Newer versions appear in filenames, not the repo name.

Files

File Description
gemma-4-26B-A4B-it-cerebellum-v6.1-templatefix-Q3_K_M.gguf ~11 GB; v6 allocation + updated chat-template metadata
gemma-4-26b-a4b-it.mmproj.gguf vision projector (required for image/video)

Evaluation

Measured directly on the GGUF with llama.cpp llama-server on an RTX 3090, temperature 0, project benchmark harness. v6.1 is metadata-only over v6, so these describe the same weights. The comparison column is our own same-size uniform Q3_K_M build measured on the same harness. Summary JSONs are in benchmark_results/.

Benchmark Cerebellum v6 (11 GB) Uniform Q3_K_M (11 GB)
ARC-Challenge (1172 q) 95.56% 95.22%
HellaSwag (10042 q) 84.55% 86.57%
MMLU-Redux (2400 q) 71.33% 73.67%
HumanEval (raw-completions, legacy) pending re-audit 62.2% pass@1

HumanEval for Gemma 4 must use the chat-completions harness (scripts/benchmark_evalplus_chat.py, enable_thinking: false, thinking_budget_tokens: 0, BENCH_WORKERS=1). The retained v6 HumanEval artifacts were raw-completions and are marked for re-audit, so no v6 HumanEval number is published here.

Usage

Gemma 4 requires --jinja. For non-thinking output, pass request-level chat_template_kwargs: {"enable_thinking": false} and thinking_budget_tokens: 0; do not set a fixed server --reasoning-budget (it can burn output into hidden reasoning until the length cap, which looks like a repetition loop).

llama-server \
  --model gemma-4-26B-A4B-it-cerebellum-v6.1-templatefix-Q3_K_M.gguf \
  --mmproj gemma-4-26b-a4b-it.mmproj.gguf \
  -ngl 99 --ctx-size 65536 --parallel 1 --flash-attn on \
  --cache-type-k q8_0 --cache-type-v q8_0 --jinja --reasoning auto

Measured on one RTX 3090 (24 GB), KV q8_0: ~123 tok/s decode, 15.1 GB peak VRAM (4-slot serving), context to 131,072. This rig's measurements; no quality claims beyond them.

Provenance

  • Base: google/gemma-4-26B-A4B-it — Google Gemma Team
  • Base quant lineage: Q3_K_M with the bartowski imatrix (bartowski/google_gemma-4-26B-A4B-it-GGUF)
  • Recipe: Cerebellum v6 tensor allocation; v6.1 is a chat-template metadata refresh (Google 2026-05-18 template), zero tensor changes

Credits

  • Base model: Google Gemma Team, google/gemma-4-26B-A4B-it
  • Imatrix: bartowski, bartowski/google_gemma-4-26B-A4B-it-GGUF
  • GGUF runtime: llama.cpp
  • Quantization method: Cerebellum — deucebucket
Downloads last month
230
GGUF
Model size
25B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF

Quantized
(349)
this model

Evaluation results