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

DeepSeek V4 fuses shared experts, as vLLM ships a security guard

By RepoJournal · Filed · About Local LLMs

The biggest local-LLM repos are moving fast: DeepSeek V4's MoE kernel gets a massive fusion, while vLLM patches a security hole.

vLLM closes a code-execution risk by gating `_load_ov2_processor` behind `resolve_trust_remote_code` [1], and you should patch before your next deploy. Meanwhile, the DeepSeek V4 MegaMoE kernel now schedules shared experts in one pass instead of serial stages [2], which is the kind of latency win that makes an upgrade worth planning for. Ollama pulled the Claude desktop app into its menu bar [4], and the new npx fallback for DeepSeek Harness keeps installs resilient [5]. On the Metal backend, llama.cpp dequantizes quantized KV caches to F16 before flash attention, with the release notes calling it a "preprocessing pass" for better kernel efficiency [3]; it even skips redundant V dequant when V is a view of K, which matters for MLA models. SGLang is cutting scheduler IPC latency by making `mm_inputs` msgpack-native [6], and its TP/PP consensus checker [7] could end those silent-divergence headaches. The era of slow, serial MoE kernels is ending.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [Bugfix][Security] Guard _load_ov2_processor with resolve_trust_remote_code (#52952) vllm-project/vllm
  2. [2] [DSV4][Kernel] Fuse shared experts into MegaMoE ↗ vllm-project/vllm
  3. [3] metal : dequantize quantized KV to F16 before flash attention (#27390) ggml-org/llama.cpp
  4. [4] app: add claude desktop app ↗ ollama/ollama
  5. [5] launch: fall back to npx for DeepSeek Harness ↗ ollama/ollama
  6. [6] feat: make mm_inputs msgpack-native ↗ sgl-project/sglang
  7. [7] TP/PP Consensus checker ↗ sgl-project/sglang

Quick answers

What shipped in Local LLMs on August 21, 2026?
The biggest local-LLM repos are moving fast: DeepSeek V4's MoE kernel gets a massive fusion, while vLLM patches a security hole. In total, 132 commits, 132 pull requests, and 10 releases landed.
Who contributed to Local LLMs on August 21, 2026?
16 developers shipped this update, including ParthSareen, hoyyeva, dhiltgen, Alexander Heisler, Georgi Gerganov, Oliver Simons, Aleksander Grygier, and Juan Pérez de Algaba, and 8 more.
What were the notable Local LLMs updates?
[Bugfix][Security] Guard _load_ov2_processor with resolve_trust_remote_code (#52952), [DSV4][Kernel] Fuse shared experts into MegaMoE, and metal : dequantize quantized KV to F16 before flash attention (#27390).

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?