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 Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
# Run inference directly in the terminal:
llama cli -hf Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
# Run inference directly in the terminal:
llama cli -hf Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
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 Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
# Run inference directly in the terminal:
./llama-cli -hf Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
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 Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
Use Docker
docker model run hf.co/Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2:Q4_0_V
Quick Links

Gemma 4 26B A4B QAT Q4_0_V2

Quantization of Google's Gemma 4 26B A4B QAT checkpoint using a modified Q4_0 encoder that better preserves QAT weight geometry under standard GGUF FP16 block scales.

This GGUF utilizes the same encoding methodology that achieved a measured 7× reduction in KL divergence on the /Pajari/gemma-4-31B-it-qat-Q4_0_V2 model.

Q4_0_V2 will run in normal mainline llama.cpp.

Downloads last month
258
GGUF
Model size
25B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for Pajari/gemma-4-26B-A4B-it-qat-Q4_0_V2