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

vLLM 0.28.0 LANDED WITH 584 COMMITS AND A KIMI-K3 PERFORMANCE PUSH

By RepoJournal · Filed · About Local LLMs

vLLM shipped its biggest release in months, and Ollama quietly fixed a macOS bug that could leave stale app processes running.

vLLM's v0.28.0 release is the big one this cycle, with 584 commits from 270 contributors and a major Kimi-K3 optimization effort spanning Decode Context Parallel and fused FlashKDA kernels [1]. Meanwhile, two Ollama PRs from ParthSareen tackle macOS app process handoff and a proxy race condition that caused intermittent "Claude model catalog changed" errors [2][3]. The handoff change is particularly important: it favors availability, but if the election fails, a stale instance may remain, so test your upgrade path [2]. On the model side, Ollama is removing the MLX gemma3 text-only port because it lacks vision support and could misroute requests [4]. llama.cpp also pushed a chunked SSD MMA optimization for Mamba-2 prefill on Metal, promising parallel matmuls for token sequences that fit 64-token chunks [5]. In sglang, they added day-0 support for Ling-3.0-flash, a hybrid MoE with KDA linear attention and MLA, plus a new beam search feature that runs k-wide beams without a server flag [6][7]. Finally, vLLM fixed a bug where unguarded tool call JSON parsing could take down conversations permanently [8].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v0.28.0 ↗ vllm-project/vllm
  2. [2] app: synchronize macOS app handoff ↗ ollama/ollama
  3. [3] proxy: continue requests when the model catalog changes ↗ ollama/ollama
  4. [4] mlx: remove the text-only gemma3 model ↗ ollama/ollama
  5. [5] ggml-metal: add chunked SSD MMA for Mamba-2 prefill optimization ↗ ggml-org/llama.cpp
  6. [6] [Model] Support Ling-3.0-flash (BailingMoeV3) ↗ sgl-project/sglang
  7. [7] [Feature] Beam search support ↗ sgl-project/sglang
  8. [8] [Bugfix] Guard tool call argument JSON parsing in chat message postprocessing ↗ vllm-project/vllm

Quick answers

What shipped in Local LLMs on August 27, 2026?
vLLM shipped its biggest release in months, and Ollama quietly fixed a macOS bug that could leave stale app processes running. In total, 116 commits, 116 pull requests, and 10 releases landed.
Who contributed to Local LLMs on August 27, 2026?
14 developers shipped this update, including ParthSareen, hoyyeva, jessegross, Dominik Pantaleoni, Aleksander Grygier, Max Krasnyansky, khluu, and VBS2004, and 6 more.
What were the notable Local LLMs updates?
v0.28.0, app: synchronize macOS app handoff, and proxy: continue requests when the model catalog changes.

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?