🟢 Fits on: every GPU class — even integrated graphics. Runs on phones at Q2_K.
kyutai/helium-1-2b — Kyutai's lightweight 2B base language model targeting edge and mobile devices, with native support for all 24 official EU languages.llama.cpp and ollama users.| Field | Value |
|---|---|
| Architecture | LlamaForCausalLM (standard Llama; works with stock llama.cpp) |
| Parameters | 2B |
| Layers | 28 |
| Hidden size | 2048 |
| Vocab | 64,000 (multilingual) |
| Context | 4K |
| Type | Base model — not instruction-tuned |
| License | CC-BY-SA 4.0 + Gemma Terms of Use (Helium is distilled from Gemma 2) |
| Quant | Size | Use case |
|---|---|---|
| Q2_K | ~0.8 GB | tiniest footprint — phones, microcontrollers, 4 GB cards |
| Q3_K_M | ~1.0 GB | balance for 6 GB cards |
| Q4_K_M | ~1.2 GB | recommended default — fits anywhere |
| Q5_K_M | ~1.5 GB | quality bump if you have headroom |
| Q6_K | ~1.8 GB | near-lossless |
| Q8_0 | ~2.3 GB | reference quality |
| F16 | ~4.0 GB | full precision |
1hf download Hob-forge/helium-1-2b-GGUF \
2 helium-1-2b.Q4_K_M.gguf Modelfile --local-dir ./helium
3cd ./helium
4ollama create helium-1-2b:Q4_K_M -f Modelfile
5ollama run helium-1-2b:Q4_K_M "Once upon a time"1./build/bin/llama-completion \
2 -m helium-1-2b.Q4_K_M.gguf \
3 -p "The capital of France is" \
4 -n 30 --temp 0.6"The capital of France is Paris...")kyutai/helium-1-2b (downloaded 2026-04-29; Q2_K + Q3_K_M backfilled 2026-05-02)llama.cpp (no patches required — standard Llama arch)convert_hf_to_gguf.py → llama-quantize