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 CUTS MODEL CONFIG BLOAT 100KB+ PER MODEL, LLAMA.CPP SHIPS TOOL ISOLATION AND CUDA FUSION GAINS

By RepoJournal · Filed · About Local LLMs

Ollama eliminated redundant manifest data ballooning config blobs on safetensors models, while llama.cpp landed docker-backed tool isolation and fused three GPU kernels into one.

Ollama's manifest layer deduplication [1] strips unused rootfs.diff_ids that were copying every layer digest into the config blob, cutting config size by over 100KB on per-tensor safetensors models without changing model identity. Llama.cpp shipped four releases in 24 hours rolling out production-grade tool isolation via docker [2], proper working directory reporting for isolated runtimes [3], and UI controls that only surface when tools actually need them [4]. On the GPU side, a new CUDA kernel fuses rms_norm plus mul plus rope operations, combining existing fusions and driving 1% throughput gain on affected models [5]. VLLm migrated bitsandbytes support to an out-of-tree plugin [6], trimming core dependencies while keeping BNB models working via simple package install. SGLang hardened KV cache freeing against aliasing bugs [7], unified scheduler write-after-read barriers across speculat and non-speculative paths [8], and cut 5.5 GPU-hours from nightly CI by removing redundant test registrations [9].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] manifests: remove OCI rootfs from the model config (#17619) ollama/ollama
  2. [2] b10328 ↗ ggml-org/llama.cpp
  3. [3] b10331 ↗ ggml-org/llama.cpp
  4. [4] b10329 ↗ ggml-org/llama.cpp
  5. [5] b10330 ↗ ggml-org/llama.cpp
  6. [6] [Migration] Migrate bitsandbytes support to OOT plugin ↗ vllm-project/vllm
  7. [7] [Bugfix] Fix batched KV free aliasing ↗ sgl-project/sglang
  8. [8] [Scheduler] Unify WAR read-done gating behind shared-read boundary declarations ↗ sgl-project/sglang
  9. [9] [CI] Trim redundant nightly test registrations ↗ sgl-project/sglang

Quick answers

What shipped in Local LLMs on August 9, 2026?
Ollama eliminated redundant manifest data ballooning config blobs on safetensors models, while llama.cpp landed docker-backed tool isolation and fused three GPU kernels into one. In total, 49 commits, 49 pull requests, and 4 releases landed.
Who contributed to Local LLMs on August 9, 2026?
11 developers shipped this update, including Daniel Hiltgen, github-actions[bot], grafail, Isotr0py, ylsun, Nick Hill, aarushjain29, and YazhiGao, and 3 more.
What were the notable Local LLMs updates?
manifests: remove OCI rootfs from the model config (#17619), b10328, and b10331.

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?