Instructions to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with 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 Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_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 Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_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 Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with Ollama:
ollama run hf.co/Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
- Unsloth Studio
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF to start chatting
- Pi
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with Docker Model Runner:
docker model run hf.co/Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
- Lemonade
How to use Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.gemma-4-e2b-it-hybrid-GGUF-Q4_K_M
List all available models
lemonade list
File size: 5,143 Bytes
5bdd953 c3d2281 5bdd953 c3d2281 25c21f6 5bdd953 c3d2281 5bdd953 25c21f6 c3d2281 5de3da6 c3d2281 5bdd953 c3d2281 5bdd953 c3d2281 5bdd953 25c21f6 c3d2281 5bdd953 c3d2281 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | ---
license: gemma
base_model: Cactus-Compute/gemma-4-e2b-it-hybrid
tags:
- gguf
- gemma4
- hybrid
- handoff
---
# Cactus Hybrid β Gemma 4 E2B (GGUF)
A small, on-device model is fast and private, but sometimes wrong. At Cactus we
post-train models to *know when they are wrong*: we ship probes inside the
checkpoint that score every answer with a **confidence** between 0 and 1,
returned as structured data (never parsed out of the answer text). Answer
on-device when confidence is high; re-route to a bigger model when it's low:
```python
if confidence < 0.85:
answer = ask_a_bigger_model(prompt)
```
This repo holds GGUF builds of
[Cactus-Compute/gemma-4-e2b-it-hybrid](https://huggingface.co/Cactus-Compute/gemma-4-e2b-it-hybrid)
for llama.cpp.
## Benchmarks
Gemma 4 E2B Hybrid, the smallest Gemma model, matches Gemini 3.1 Flash-Lite on
most benchmarks by routing only 15β35% of queries to Flash-Lite and running the
rest itself:
| Benchmark | Handoff to match Flash-Lite (FP16) | At 4-bit | At 3-bit |
|---|---|---|---|
| ChartQA | 15β20% | 25β30% | 40β50% |
| MMBench | 30β35% | 40β45% | 50β55% |
| LibriSpeech | 25β30% | 35β40% | 55β65% |
| GigaSpeech | 30β35% | 40β45% | 50β55% |
| MMAU | 30β35% | 35β40% | 50β55% |
| MMLU-Pro | 45β55% | ~90% | n/a |
Quantisation quality is measured on
[Cactus Quants](https://github.com/cactus-compute/cactus/blob/main/docs/cactus_quants.md),
which performs well at uniform quantization; developers are encouraged to
benchmark Unsloth, GGUF, and MLX quantization independently.
## Quickstart
The `gemma-4-e2b-it-hybrid` architecture is not yet in upstream llama.cpp. Run
these files with a build that includes the Cactus patch series β on unpatched
llama.cpp they fail to load with "unknown model architecture" by design. Build
the patched server once:
```bash
git clone https://github.com/cactus-compute/cactus-hybrid && cd cactus-hybrid
./patches/llama.cpp/install.sh && rehash # clones the pinned tag, applies the patches, builds
```
Then serve and query it like any llama-server:
```bash
llama-server -hf Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF:Q4_K_M --jinja
```
```bash
curl -s http://localhost:8080/v1/chat/completions \
-d '{"messages":[{"role":"user","content":"What is the capital of France?"}],"max_tokens":512}' \
| jq '{answer: .choices[0].message.content, confidence}'
```
Chat-completions responses (and the final SSE chunk when streaming) carry a
top-level `"confidence"` field.
## Files
| file | quant | size | notes |
|---|---|---|---|
| `gemma-4-e2b-it-hybrid-f16.gguf` | F16 | 9.31 GB | closest to the bf16 reference |
| `gemma-4-e2b-it-hybrid-Q4_K_M.gguf` | Q4_K_M | 3.43 GB | recommended for consumer hardware |
The probe head (11 `probe.*` tensors) is stored in F32 in **all** quants β
only the trunk is quantized.
## Calibration note
Quantized trunks shift the layer-28 activations the probe reads, moving
confidences downward relative to the bf16 reference (measured mean drift:
F16 β0.07, Q4_K_M β0.10; easy-vs-hard ordering fully preserved). If you use
aggressive thresholds, calibrate per quant; the 0.85 default remains
conservative (it hands off more, never less).
## Routing quality (AUROC)
AUROC measures how well the probe separates wrong answers from right ones
(higher = better, 0.5 is random, 1.0 is perfect):
| Hold-out | Modality | Cactus Hybrid | Token Entropy |
|---|---|---|---|
| MMLU | text MCQ | **0.770** | 0.697 |
| MMLU-Pro | text MCQ | **0.771** | 0.692 |
| ARC-Easy | text MCQ | **0.888** | 0.655 |
| ARC-Challenge | text MCQ | **0.834** | 0.646 |
| GSM8K (3-shot) | text gen | **0.782** | 0.731 |
| MMBench-EN-Dev | vision MCQ | **0.840** | 0.435 |
| ChartQA | vision QA | **0.779** | 0.615 |
| DocVQA | vision QA | **0.781** | 0.512 |
| MMAU | audio MCQ | **0.789** | 0.517 |
| GigaSpeech | audio | **0.876** | 0.343 |
| Earnings-22 | audio | **0.839** | 0.323 |
| LibriSpeech | audio | **0.822** | 0.427 |
| **Mean** | | **0.814** | **0.549** |
The strongest result: the probe was trained on **zero audio data**, yet achieves
0.79β0.88 AUROC on four audio benchmarks (two transcription, one audio MCQ, one
out-of-domain transcription). This rules out surface-level explanations: the
probe is reading a modality-independent correctness signal from the hidden
state, not memorizing patterns from training data.
## All formats
All Cactus Hybrid builds live in the
[Cactus Hybrid collection](https://huggingface.co/collections/Cactus-Compute/cactus-hybrid-6a60da4551074db058e8bb64):
[Transformers](https://huggingface.co/Cactus-Compute/gemma-4-e2b-it-hybrid) Β·
[GGUF / llama.cpp](https://huggingface.co/Cactus-Compute/gemma-4-e2b-it-hybrid-GGUF) Β·
[MLX](https://huggingface.co/Cactus-Compute/gemma-4-e2b-it-hybrid-mlx) Β·
[Cactus engine](https://huggingface.co/Cactus-Compute/gemma-4-E2B-it).
Copy-paste quickstarts for every engine:
[github.com/cactus-compute/cactus-hybrid](https://github.com/cactus-compute/cactus-hybrid).
## License
Gemma is provided under and subject to the Gemma Terms of Use. This derivative
includes the Cactus handoff probe head.
|