GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

ContextReq/Pebble-25M-Chat-GGUF overview

Pebble 25M Chat GGUF GGUF conversions of basically ai/Pebble 25M Chat https://huggingface.co/basically ai/Pebble 25M Chat Apache 2.0 . IMPORTANT: patched llama…

ggufllama.cpppebblemamba2hybridsmall-language-modelchattext-generationbase_model:basically-ai/Pebble-25M-Chatbase_model:quantized:basically-ai/Pebble-25M-Chatlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~17.7 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
1
Pipeline
text-generation

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
pebble-25m-chat-f16-q4_k_m.ggufGGUFF1617.7 MBDownload
pebble-25m-chat-f16-q8_0.ggufGGUFF1625.0 MBDownload
pebble-25m-chat-f16.ggufGGUFF1646.9 MBDownload

Model Details

Model IDContextReq/Pebble-25M-Chat-GGUF
AuthorContextReq
Pipelinetext-generation
Licenseapache-2.0
Base modelbasically-ai/Pebble-25M-Chat
Last modified2026-09-04T01:44:59.000Z

Model README

---

license: apache-2.0

pipeline_tag: text-generation

tags:

  • gguf
  • llama.cpp
  • pebble
  • mamba2
  • hybrid
  • small-language-model
  • chat

base_model: basically-ai/Pebble-25M-Chat

---

Pebble-25M-Chat-GGUF

GGUF conversions of basically-ai/Pebble-25M-Chat (Apache 2.0).

IMPORTANT: patched llama.cpp required

Pebble uses a custom hybrid Mamba2 + attention architecture. These GGUFs carry

general.architecture = "pebble", which upstream llama.cpp refuses to load.

Everything needed to run them lives in the support repo:

rootendpoint/basicallyai_llama.cpp_support

  • llama.cpp-pebble.patch - adds the pebble architecture to llama.cpp

(applies cleanly against upstream commit 0eadefe)

  • basicallyai_to_gguf.py - standalone converter (numpy + safetensors only)
  • numpy_reference.py - independent reference implementation used to verify correctness

The chat template is embedded in the GGUF metadata; chat mode works out of the box:

llama-cli -m pebble-25m-chat-f16.gguf

Chat format: lowercase user: ... / assistant: ... turns.

Files

| Quant | Size | Type |

|-------|------|------|

| f16 | 49.1 MB | F16 |

| q8_0 | 26.3 MB | mostly Q8_0 |

| q4_k_m | 18.5 MB | mostly Q4_K_M |

Verification

Outputs were cross-checked token-by-token against an independent pure-numpy

reference implementation over an 8-prompt battery (CPU and CUDA backends).

Identical greedy sequences on all prompts. Quantized builds verified

greedy-identical to f16 (8/8 prompts for both q8_0 and q4_k_m).

Model

  • 25M parameters, hidden 608, 8 layers (6 Mamba2 + 2 attention), ctx 2048, vocab 2048
  • SFT chat variant; a research-scale model: expect toy-level output quality.

CPU support (no GPU required)

Pure-CPU support for these models (no mamba-ssm, no CUDA) lives in the

basicallyai_cpu_support repository:

https://github.com/rootendpoint/basicallyai_cpu_support

It runs the original HF checkpoints in pure PyTorch on plain CPU

(~118 tok/s for 10M, ~65 tok/s for 25M on a Ryzen 5 2600X), verified

token-identical against this GGUF pipeline and an independent numpy oracle.

Run ContextReq/Pebble-25M-Chat-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models