llm-kb
← Back to releases
Tool Release

Reame: CPU-first LLM inference server built on llama.cpp released

Reame is a new LLM inference server designed to run efficiently on cheap CPU hardware, including shared vCPUs, free tiers, and 2-core ARM boxes. Built on llama.cpp, it features disk KV cache, self-regulating speculation, generation archive, and interleaved multi-user support. The project emphasizes treating CPU hardware as a first-class citizen rather than a fallback.

60 engagement·1 source·Mon, Jul 6, 2026, 07:28 PM
Reame is an open-source LLM inference server built on llama.cpp, optimized for CPU hardware. Key features include disk KV cache to avoid recomputation, self-regulating speculation, generation archive, and interleaved multi-user support. The project's thesis is 'On a CPU, never compute the same thing twice.' It targets shared vCPUs, free tiers, and low-end ARM devices, aiming to make inference accessible on existing hardware.

Entities

Reame(tool)llama.cpp(tool)

Related

CommunitySun, Jul 12, 2026, 04:38 AM

User tests LLMs on Intel 285HX CPU-only mini-PC, finds Llama-Swap incompatible with SYCL

A user set up a homelab server on an MS-02 mini-PC with an Intel Core Ultra 285HX and 64GB RAM, testing Qwen3, Qwen3.6, and Gemma4 via Llama.cpp. They found Llama-Swap's quick swapping helpful but incompatible with SYCL, complicating testing. The post shares early impressions of running LLMs on a CPU-only system.

4 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 10:45 PM

LLM hardware recipe database with filters and community usage tracking

A community-driven database that lists which LLM models run on which hardware, with performance details. Users can filter by hardware, submit new recipes, and mark which recipes they actively use to show popularity. It solves the problem of finding compatible model-hardware combinations for LLM deployment.

4 engagement·1 source·reddit
ProductfeaturedSun, Jul 5, 2026, 08:45 PM

Rust+CUDA LLM inference engine for RTX 5090, optimized with NVFP4, MoE, and speculative decoding

A from-scratch LLM inference engine written in Rust and CUDA, specifically tuned for the RTX 5090 Laptop GPU (Blackwell sm_120a). It supports NVFP4 quantization, mixture-of-experts (MoE), and multi-token prediction (MTP) speculative decoding, achieving up to 1.6x speedup over llama.cpp on target models. Designed for developers who need maximum inference performance on a single high-end laptop GPU.

260 engagement·1 source·github
CommunitySat, Jul 11, 2026, 08:28 PM

Community shares budget local LLM build guide for ~$3K total

A Reddit user posted a detailed guide for building a local LLM rig for about $3,000, recommending ~$2K in GPUs and ~$1K for the rest of the system. The post, written without LLM assistance, argues this offers the best price-to-performance for running models locally in mid-2026.

62 engagement·2 sources·reddit
CommunitySun, Jul 12, 2026, 04:43 PM

Community shares llama-server configs for 24GB GPUs

A Reddit thread collects proven llama-server startup configurations for 24GB VRAM GPUs (RTX 3090, 7900XTX, RTX 4090). Users are asked to share commands that maximize VRAM usage and provide at least 200,000 tokens KV cache, along with system RAM, OS, and CPU details.

4 engagement·1 source·reddit