Fetching from the wire…
Public story · 2026-08-16 · high
LM Studio, Ollama, and koboldcpp still can't load it, and testers clocked 0.7 to 3 tokens per second.
Why now: The merge landed August 15, the day before this coverage, with the runtime still missing from any tagged llama.cpp release.
llama.cpp merged Kimi-K3 text support on August 15, closing a pull request contributor pwilkin opened 19 days earlier, per PR #26185.
K3 ships with 896 routed experts, more than double the 512-expert ceiling llama.cpp's code had hard-coded. The merge forced that limit up to 1024, so anyone running local mixture-of-experts models on llama.cpp now inherits the higher cap, not just Kimi-K3 users.
The PR pairs linear KDA attention with full MLA attention, then layers in cross-layer residual attention and latent MoE routing. MLA output gating spans 93 layers, with a 1M-token context window and lossless MXFP4 repacking for the expert weights.
None of that runs anywhere convenient yet. Testers on the PR reported coherent output at 0.7 to 3-plus tokens per second. The code hasn't reached a tagged llama.cpp release, so LM Studio, Ollama, koboldcpp, and the brew-installed build still can't load Kimi-K3 GGUF files.
The number worth watching is 1024, not K3. llama.cpp's expert cap was hard-coded at 512 until one model broke it, and bigger sparse models are becoming the norm. Builders who want K3 locally can wait for a tagged release instead of compiling the branch. 0.7 to 3 tokens per second is the price for early access.
Each link below shares sources, entities, or timing with this story.
Ollama supports Gemma / Shared entities / Same source domain / Earlier coverage
Linked by a graph relationship (Ollama supports Gemma); both cover August, GitHub, MoE, Ollama; reported by the same outlet (github.com).
Ollama uses MLX / Shared entities / Earlier coverage
Linked by a graph relationship (Ollama uses MLX); both cover August, LM Studio, MoE, Ollama; earlier August coverage from 2026-08-10.
Ollama supports Qwen / Shared entities
Linked by a graph relationship (Ollama supports Qwen); both cover August, July, Kimi, MoE.
Ollama supports Qwen / Shared entities / Earlier coverage / Tension
Linked by a graph relationship (Ollama supports Qwen); both cover GitHub, MoE, Ollama; earlier GitHub coverage from 2026-04-23.
LLM supports LM Studio / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (LLM supports LM Studio); both cover MoE, Ollama; overlapping topics (cover, llama).
Kimi built by Moonshot AI / Shared entities / Earlier coverage
Linked by a graph relationship (Kimi built by Moonshot AI); both cover GitHub, Kimi, MoE; earlier GitHub coverage from 2026-06-16.
Kimi uses Kimi Delta Attention / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Kimi uses Kimi Delta Attention); both cover KDA, Kimi, MXFP4; reported by the same outlet (github.com).
LLM supports LM Studio / Shared entities / Earlier coverage / Tension
Linked by a graph relationship (LLM supports LM Studio); both cover GitHub, Kimi; earlier GitHub coverage from 2026-04-01.