RepoJournal
Local LLMs

Local LLMs

Ollama, llama.cpp, vLLM, and SGLang - running and serving open models locally

Keep up with Local LLMs in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Local LLMs AI / ML Full archive →

The Wire · Showcase

LLAMA.CPP SHIPS BAILINGMOE3 SPEC-DECODING SUPPORT

By RepoJournal · Filed · About Local LLMs

llama.cpp lands full BailingMoE3 support with speculative decoding, giving developers a native path for a key emerging sparse MoE family.

llama.cpp's new BailingMoE3 backend [1] is the story to beat this cycle: full weight loading, speculative decoding, Q-LoRA for the Ling-3.0-tiny variant, and a fix for SwiGLU clamps. If you serve sparse experts, this is the upgrade. Right behind it, DSpark checkpoints in the speculators format now load directly in llama.cpp [2], which pairs with vLLM's new RecoverSSM path for Kimi-K3 [3] to make speculative decode on MoE targets dramatically cheaper. Meanwhile, vLLM turns one of its most battle-tested env knobs into a first-class argument: prefix_cache_retention_interval is now a CLI flag, and its default drops to 0 [4], which the team says is "an extremely important setting especially for agentic workloads." That one change could reshape how you size prefix caches for long-horizon agents. sglang is quieter but ships a meaningful accuracy win: with DSA skip-topk layer handling [5], a GLM-5.2-NVFP4 run hits 90.83% pass@1 on AIME25, so if you're chasing reasoning benchmarks, that's the config to copy. With 116 commits and 2 releases across the stack, the headline is clear: MoE speculative decoding just got a whole lot more practical.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] model : BailingMoE3 Support (#26608) ggml-org/llama.cpp
  2. [2] model: support speculators-format checkpoints for DSpark (#26275) ggml-org/llama.cpp
  3. [3] [K3] support recoverssm for K3 ↗ vllm-project/vllm
  4. [4] Promote `prefix_cache_retention_interval` to an argument and change the default to 0 ↗ vllm-project/vllm
  5. [5] [DSA] Skip indexer KV cache for skip-topk layers ↗ sgl-project/sglang

Quick answers

What shipped in Local LLMs on August 18, 2026?
llama.cpp lands full BailingMoE3 support with speculative decoding, giving developers a native path for a key emerging sparse MoE family. In total, 116 commits, 116 pull requests, and 2 releases landed.
Who contributed to Local LLMs on August 18, 2026?
14 developers shipped this update, including Toby, 王金旭, Xuan-Son Nguyen, Pascal, Eve, 030611, ZJY0516, and tlrmchlsmth, and 6 more.
What were the notable Local LLMs updates?
model : BailingMoE3 Support (#26608), model: support speculators-format checkpoints for DSpark (#26275), and [K3] support recoverssm for K3.

More from Local LLMs

Daily updates, in your inbox

Follow Local LLMs

Keep up with Local LLMs in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?