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

ContextReq/Pebble-10M-GGUF overview

Pebble 10M GGUF GGUF conversions of basically ai/Pebble 10M https://huggingface.co/basically ai/Pebble 10M Apache 2.0 . IMPORTANT: patched llama.cpp required P…

ggufllama.cpppebblemamba2hybridsmall-language-modeltext-generationbase_model:basically-ai/Pebble-10Mbase_model:quantized:basically-ai/Pebble-10Mlicense:apache-2.0endpoints_compatibleregion:us

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

Downloads
62
Likes
2
Pipeline
text-generation

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
pebble-10m-f16-q4_k_m.ggufGGUFF167.2 MBDownload
pebble-10m-f16-q8_0.ggufGGUFF1610.6 MBDownload
pebble-10m-f16.ggufGGUFF1619.7 MBDownload

Model Details

Model IDContextReq/Pebble-10M-GGUF
AuthorContextReq
Pipelinetext-generation
Licenseapache-2.0
Base modelbasically-ai/Pebble-10M
Last modified2026-09-04T01:45:32.000Z

Model README

---

license: apache-2.0

pipeline_tag: text-generation

tags:

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

base_model: basically-ai/Pebble-10M

---

Pebble-10M-GGUF

GGUF conversions of basically-ai/Pebble-10M (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

Apply the patch, rebuild llama.cpp, then:

llama-cli -m pebble-10m-f16.gguf -p "The capital of France" -n 64

Files

| Quant | Size | Type |

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

| f16 | 20.7 MB | F16 |

| q8_0 | 11.1 MB | mostly Q8_0 |

| q4_k_m | 7.5 MB | mostly Q4_K_M |

Verification

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

reference implementation over multiple prompts (CPU and CUDA backends, and

quantized KV cache). Identical greedy sequences up to genuine argmax ties.

Model

  • 10M parameters, hidden 384, 8 layers (6 Mamba2 + 2 attention), ctx 512, vocab 2048
  • 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-10M-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