What Happened
Over the last set of commits to ggml/llama.cpp a focused wave of performance, correctness and platform-support changes landed across Metal, Vulkan, CUDA, SYCL and CPU codepaths. Key changes include:
Sparse flash‑attention in Metal: a new kernel (kernel_flash_attn_ext_vec_idx) and single‑pass index compaction to enable a sparse vec flash‑attention path for prefill with…
What Happened
Over the last set of community releases and PRs, the llama.cpp ecosystem delivered multiple usability, platform and model‑support updates that change how teams deploy local inference at scale. Key items:
New / updated model support: mtmd adds DeepSeek‑V4‑Flash‑Vision‑Exp handling (CLI token min/max and correct ROPE type) [2]; loader fixes and numeric…
What Happened
Over the last set of commits to ggml-org/llama.cpp the project delivered a collection of correctness, performance and platform-coverage changes focused on local inference and multi-backend builds. Key technical items:
KV-cache index rework: a new ordered seq_pos index storing (pos, cell) pairs replaces the old window+M‑RoPE gap fallback; cell removals are precise…
What Happened
Over the last set of community commits to the ggml / llama.cpp ecosystem there are a cluster of low-level performance, portability and correctness changes that materially affect production inference stacks: accelerated kv-cache restore, GPU kernel tunings, backend bugfixes, MOE fusion and encoder fusion into the decode path, plus platform memory reporting and WebGPU…
What Happened
A concentrated set of engineering updates to the llama.cpp inference stack improved hardware backends, memory handling, RPC robustness, and tooling that many production users rely on for on-prem and edge model serving. Key changes in the recent commits include:
Bug fix for DFlash2 NVFP4 attention scales so NVFP4 draft models produce…
What Happened
Over the last set of repository changes to the llama.cpp / llama.app ecosystem the community merged multiple low‑level backend fixes and hardware tunings that materially improve inference performance, stability and usable context length across mobile and desktop GPUs:
OpenCL on Adreno: the OpenCL backend now enables the Adreno xmem F16xF32 GEMM…
What Happened
The ggml/llama.cpp community released a set of coordinated fixes, performance optimizations and hardware‑backend tunings that materially improve correctness, throughput and platform coverage for local inference. Key changes include:
Safety and correctness fixes in the Vulkan optimizer to prevent incorrect/non‑deterministic tokens caused by view‑aliasing during decoding (fixes affecting Qwen3.8 recurrent state on…
What Happened
The open-source llama.cpp project published a large set of engineering and backend changes that materially reduce friction for running large models locally across Windows, macOS, Linux, Android and specialized architectures. The changes fall into four practical categories: backend/kernel expansion, memory and I/O optimizations, platform/runtime hygiene, and operational/benchmark tooling.
Backend and kernel…
What Happened
In the last coordinated wave of community releases the ecosystem advanced on two fronts: high-throughput, large‑scale GPU serving and compact, cross‑platform edge/desktop inference.
vLLM 0.28.0 delivered major runtime and serving advances for GPU clusters: speculative decoding and adaptive scheduling, broad MoE (Mixture‑of‑Experts) support, weight offload and tiered KV‑cache offload, improved attention/attention…
What Happened
Across the open-source LLM ecosystem this week there were two coordinated trends: (1) infrastructure-level releases and fixes in the ggml/llama.cpp ecosystem that broaden platform and backend support, add multimodal and tensor-split model support, and harden runtimes; and (2) large tooling and kernel improvements in the performance stack (SGLang/FlashInfer/tooling) that deliver startup and throughput…
What Happened
In August 2026 the open-source inference and model ecosystem delivered a steady wave of engineering changes across inference runtimes, model releases, and build/tooling improvements. Key developments:
llama.cpp / ggml continued broad portability and CI improvements with frequent fixes and expanded multi-backend builds (macOS/iOS, Linux, Android, Windows, openEuler) across CPU, Vulkan, ROCm,…
What Happened
Over the latest community commits, the ggml/llama.cpp project delivered a steady stream of correctness, performance and platform-portability changes that matter for production inference of open models. Key changes include:
Model-format and feature updates (MTP support for GLM‑4.5‑Air) and multi‑seq rollback fixes that improve model loading reliability and multi‑sequence handling [1][6].
…