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

OLLAMA FIXES DEADLOCK THAT HUNG CHAT AND GENERATE

By RepoJournal · Filed · About Local LLMs

A mid-stream parser error in Ollama's server silently wedged chat and generate requests, leaking goroutines and hanging retries until a fix landed overnight.

Ollama's server had a nasty bug: a parser error mid-stream wrote to an unbuffered channel that the consumer had already stopped reading, so the completion never returned, the goroutine leaked, and retrying the same prompt hung with no log output [1]. The fix, now merged, unblocks retries on failures. In the same repo, the desktop app is getting its first onboarding flow, guiding new users through sign-in, local-only, or skip [2], and the Qwen3.8 renderer now merges system messages correctly, avoiding dropped or duplicated prompt content . Over in vLLM, the OpenAI-compatible server entrypoint is deprecated in favor of `vllm server`, a breaking change that will affect scripts and Kubernetes manifests [3]. Meanwhile, SGLang reverted its DeepEPv2 ElasticBuffer MoE backend [4], a sign the feature wasn't ready for prime time. The stack is moving fast, but one pattern stands out: both Ollama and SGLang shipped fixes for hangs and reverts, so prioritize stability over bleeding-edge features today.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] server: don't wedge chat and generate on a mid-stream parser error ↗ ollama/ollama
  2. [2] app: add desktop onboarding flow ↗ ollama/ollama
  3. [3] [Frontend] Move api_server.py out openai folder ↗ vllm-project/vllm
  4. [4] Revert "[Feature] Add DeepEPv2 (ElasticBuffer) MoE A2A backend" ↗ sgl-project/sglang

Quick answers

What shipped in Local LLMs on August 20, 2026?
A mid-stream parser error in Ollama's server silently wedged chat and generate requests, leaking goroutines and hanging retries until a fix landed overnight. In total, 131 commits, 131 pull requests, and 6 releases landed.
Who contributed to Local LLMs on August 20, 2026?
18 developers shipped this update, including hoyyeva, dhiltgen, ParthSareen, Kevin Hopper, Xuan-Son Nguyen, Sigbjørn Skjæret, Gabe Goodhart, and Max Krasnyansky, and 10 more.
What were the notable Local LLMs updates?
server: don't wedge chat and generate on a mid-stream parser error, app: add desktop onboarding flow, and [Frontend] Move api_server.py out openai folder.

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?