← Back to AI Insights
Gemini Executive Synthesis

The core product is 'colibri', an engine designed to run large Mixture-of-Experts (MoE) models (GLM-5.2, 744B MoE) on consumer-grade hardware. Its key architectural feature is streaming experts from disk for CPU-only execution to manage RAM constraints. The discussion focuses on benchmarking its performance.

Technical Positioning
The developers are positioning 'colibri' as a solution for running immense MoE models on consumer CPUs by streaming experts from disk. The benchmark aims to validate its performance on high-end consumer CPUs (Ryzen 9 9950X) and fast storage (PCIe 5.0 NVMe), demonstrating viability and identifying performance bottlenecks related to RAM, disk, and compute trade-offs.
SaaS Insight & Market Implications
This issue details a performance benchmark for 'colibri', an engine designed to run 744B MoE models on consumer CPUs by streaming experts from disk. The benchmark, conducted on a Ryzen 9 9950X with PCIe 5.0 NVMe storage and 128GB RAM, yielded a median throughput of 0.28 tokens/second for 64-token generations. This performance indicates significant latency for practical applications, despite leveraging high-end consumer hardware and fast storage. The high RSS (82.15 GB) suggests substantial memory consumption even with disk-streaming. The 56.7% expert hit-rate implies frequent disk I/O, directly impacting throughput. The market implication is that while the architectural approach of disk-streaming MoE experts on CPU-only systems is technically demonstrated, current performance metrics are insufficient for real-time or interactive use cases, limiting its immediate B2B SaaS viability for high-throughput inference. Further optimization is critical to improve token generation rates and reduce effective memory footprint.
Proprietary Technical Taxonomy
GLM-5.2 (744B MoE) CPU-only benchmark experts streamed from disk Ryzen 9 9950X Samsung 9100 PRO PCIe 5.0 128 GiB total RAM int4 streaming CPU

Raw Developer Origin & Technical Request

Source Icon GitHub Issue Jul 10, 2026
Repo: JustVugg/colibri
[Performance]: CPU-only benchmark on Ryzen 9 9950X / Samsung 9100 PRO PCIe 5.0

## Commit

`3e4d08b6bfe67b9bc17e8a0694b7c2604862612d`

## Hardware and storage

- CPU: AMD Ryzen 9 9950X 16-Core Processor
- Threads: 32 logical CPUs
- RAM: 128 GiB total
- Model storage: Samsung SSD 9100 PRO 1TB NVMe
- Storage link: PCIe 5.0 x4
- Filesystem: local ext4

## Software environment

- Host OS: Linux
- Build/runtime path: CPU-only default build, no CUDA
- Model location: `/models/glm52-colibri-int4`
- Engine: `GLM-5.2 · 744B MoE · int4 · streaming CPU`

## Build and benchmark commands

```sh
cd /home/colibri/c
./setup.sh
./coli info --model /models/glm52-colibri-int4
./coli run --model /models/glm52-colibri-int4 --ngen 64 --temp 0 "Explain in one short paragraph how a CPU-only streaming MoE model trades RAM, disk, and compute."
./coli run --model /models/glm52-colibri-int4 --ngen 64 --temp 0 "Explain in one short paragraph how a CPU-only streaming MoE model trades RAM, disk, and compute."
```

Disk throughput check on a representative shard:

```sh
gcc -O2 -fopenmp c/iobench.c -o /tmp/colibri-iobench
/tmp/colibri-iobench /models/glm52-colibri-int4/out-00000.safetensors 19 64 8 1
```

## Results

Warm-up policy: two back-to-back generation runs after relocating the model to the PCIe 5.0 drive. The learned expert-usage history was retained.
Run count: 2

Generation throughput:

- Run 1: `64 token in 228.22s (0.28 tok/s)`
- Run 2: `64 token in 230.59s (0.28 tok/s)`
- Median throughput: `0.28 tok/s`

Run 1 profile:

- RSS: `82.15 GB`
- Expert hit-rate: `56.7%`
- Profi...

Developer Debate & Comments

No active discussions extracted for this entry yet.

Adjacent Repository Pain Points

Other highly discussed features and pain points extracted from JustVugg/colibri.

Top Replies
JustVugg • Jul 10, 2026
Great energy — and after there's no doubt you can drive serious pieces of this. Let's sort the list into what fits the project's soul and what doesn't. **The one hard no: a Rust rewrite.** colibrì'...
JustVugg • Jul 10, 2026
--- ## 📊 Community vote: Discord server? @JustVugg is ready to create a **project Discord** so design discussions like this one can happen in real time (GitHub issues stay the home for bugs, bench...
ZacharyZcR • Jul 10, 2026
> Great energy — and after [](https://github.com/JustVugg/colibri/pull/16) there's no doubt you can drive serious pieces of this. Let's sort the list into what fits the project's soul and what does...
Top Replies
JustVugg • Jul 9, 2026
Fantastic datapoint — thank you! Your profile tells a very clear story, and it also uncovered a real bug on our side. **1. Your expert cache is capped at 8/layer — you're using ~22 GB of your 110 G...
matey-0 • Jul 10, 2026
I switched to the int8 MTP head(s). Didn't disable ZSTD for this directory, because BTRFS is probably smart enough to—after not being able to compress the first X amount of bytes—just not do anythi...
JustVugg • Jul 10, 2026
Beautiful follow-up — 0.29 → 0.37 tok/s with hit 28% → 66% and speculation finally engaging (52% acceptance, 2.59 tok/fw) is exactly the jump the numbers predicted, and on a one-fan 13" laptop. You...
Top Replies
JustVugg • Jul 10, 2026
Thanks for the detailed numbers — a 7950X with a 3.85 GB/s buffered NVMe is a great datapoint, and your log exposed the same bug as : `[RAM_GB=92.3 auto] cap=8 ok` means the engine was running a 16...
cbroker1 • Jul 10, 2026
np, re pulled. Please confirm the below before I let it run. `nvidia-smi` doesn't pick up inference. ------------------ ❯ ./setup.sh 🐦 colibrì — setup gcc: 13 · 32 core OpenMP: ok compilo (ARCH=na...
JustVugg • Jul 10, 2026
Good catch — `nvidia-smi` shows nothing because you're running the **CPU-only build**: `setup.sh` builds plain `make`, and the CUDA tier is opt-in at build time. To actually light up the A6000: ```...

Frequently Asked Questions

Market intelligence mapped to The core product is 'colibri', an engine designed to run large Mixture-of-Experts (MoE) models (GLM-5.2, 744B MoE) on consumer-grade hardware. Its key architectural feature is streaming experts from disk for CPU-only execution to manage RAM constraints. The discussion focuses on benchmarking its performance..

What is the technical positioning of The core product is 'colibri', an engine designed to run large Mixture-of-Experts (MoE) models (GLM-5.2, 744B MoE) on consumer-grade hardware. Its key architectural feature is streaming experts from disk for CPU-only execution to manage RAM constraints. The discussion focuses on benchmarking its performance.?
Based on our AI analysis of the original developer request, its primary technical positioning is: The developers are positioning 'colibri' as a solution for running immense MoE models on consumer CPUs by streaming experts from disk. The benchmark aims to validate its performance on high-end consumer CPUs (Ryzen 9 9950X) and fast storage (PCIe 5.0 NVMe), demonstrating viability and identifying performance bottlenecks related to RAM, disk, and compute trade-offs.
Are engineers actively discussing The core product is 'colibri', an engine designed to run large Mixture-of-Experts (MoE) models (GLM-5.2, 744B MoE) on consumer-grade hardware. Its key architectural feature is streaming experts from disk for CPU-only execution to manage RAM constraints. The discussion focuses on benchmarking its performance.?
Yes, we have tracked 1 direct responses and active debates regarding this specific topic originating from GitHub Issue.
What architecture is tied to The core product is 'colibri', an engine designed to run large Mixture-of-Experts (MoE) models (GLM-5.2, 744B MoE) on consumer-grade hardware. Its key architectural feature is streaming experts from disk for CPU-only execution to manage RAM constraints. The discussion focuses on benchmarking its performance.?
Our proprietary extraction maps The core product is 'colibri', an engine designed to run large Mixture-of-Experts (MoE) models (GLM-5.2, 744B MoE) on consumer-grade hardware. Its key architectural feature is streaming experts from disk for CPU-only execution to manage RAM constraints. The discussion focuses on benchmarking its performance. to adjacent architectural concepts including GLM-5.2 (744B MoE), CPU-only benchmark, experts streamed from disk, Ryzen 9 9950X.

Engagement Signals

1
Replies
open
Issue Status

Cross-Market Term Frequency

Quantifies the cross-market adoption of foundational terms like RSS and tok/s by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.