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 HARDENS VULKAN STACK, VLLM CUTS ATTENTION LATENCY, SGLANG SCALES MLA

By RepoJournal · Filed · About Local LLMs

Vulkan submission batching and AMD ROCm CI fixes land in llama.cpp as vLLM optimizes attention kernels and sglang adds per-request MLA scheduling.

llama.cpp shipped debug tooling for DeviceLost driver errors and fixed submission batching that triggered timeouts on AMD Linux [1], followed by onboarding full AMD ROCm CI with gfx1151 support [2]. On the inference side, vLLM improved attention residual kernel latency through vectorized loads and compile-time constant optimization [4], while also generalizing input embedding handling to work with custom embedding modules without special cases [5]. sglang added per-request MLA chunk scheduling that fits prefill work into available workspace rather than forcing uniform chunk sizes, reducing overall chunk count and improving latency [6]. A critical patch for KV offload initialization now properly cleans up leaked mmap resources and tier objects on failure [3]. Across all three projects, 113 commits and 113 PRs landed with 5 releases shipping this period.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] vulkan: fix submission batching size, add debug tools for diagnosing causes of DeviceLost drivers errors ↗ ggml-org/llama.cpp
  2. [2] ci : onboard AMD ROCm CI with gfx1151 fixes (#26544) ggml-org/llama.cpp
  3. [3] [Bugfix][KV Offload] Clean up resources after initialization failure ↗ vllm-project/vllm
  4. [4] attn_res kernel latency improvements ↗ vllm-project/vllm
  5. [5] Fully generalise input embedding handling in Transformers modelling backend ↗ vllm-project/vllm
  6. [6] [Attention][MLA] Per-request scheduling for MLA chunked context ↗ vllm-project/vllm

Quick answers

What shipped in Local LLMs on August 7, 2026?
Vulkan submission batching and AMD ROCm CI fixes land in llama.cpp as vLLM optimizes attention kernels and sglang adds per-request MLA scheduling. In total, 113 commits, 113 pull requests, and 5 releases landed.
Who contributed to Local LLMs on August 7, 2026?
13 developers shipped this update, including ngxson, 0cc4m, Jim Wu, arthw, Titaniumtown, Alex-ai-future, gnovack, and hmellor, and 5 more.
What were the notable Local LLMs updates?
vulkan: fix submission batching size, add debug tools for diagnosing causes of DeviceLost drivers errors, ci : onboard AMD ROCm CI with gfx1151 fixes (#26544), and [Bugfix][KV Offload] Clean up resources after initialization failure.

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?