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 Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
# Run inference directly in the terminal:
llama cli -hf Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
# Run inference directly in the terminal:
llama cli -hf Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
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 Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
# Run inference directly in the terminal:
./llama-cli -hf Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
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 Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
Use Docker
docker model run hf.co/Mediform/gemma4-e4b-v13-assistant-rollout-gguf:BF16
Quick Links

gemma4-e4b-v13-assistant-rollout — GGUF (BF16 + Q8_0)

llama.cpp GGUF of Scribion's MTP draft assistant, rollout-distilled against the finetuned v13 target (E4B plain-LoRA r16). EAGLE-style multi-step rollout distillation on in-domain German medical extraction data lifts deep-draft acceptance on long dialogues (froehlich +13.6% accept/step at draft length 7) — a pure decode-speed win (speculative decoding is exact, output unchanged).

Files

file precision size
assistant-rollout-bf16.gguf bf16 172 MB
assistant-rollout-q8_0.gguf Q8_0 99 MB

78.5M-param 4-layer EAGLE-style draft model. Pair it as the draft model for speculative decoding with the target:

Requires a llama.cpp build with Gemma-4 MTP-assistant / speculative support.

Downloads last month
231
GGUF
Model size
78M params
Architecture
gemma4-assistant
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

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

Model tree for Mediform/gemma4-e4b-v13-assistant-rollout-gguf

Quantized
(8)
this model