16 × AIAI signal, amplified
AI newsAboutSources
TelegramFollow on Telegram
AI newsAboutSources
16 × AIAI signal, amplified

An AI news engine that ingests trusted sources, scores with Claude, and posts only what clears the bar.

Follow on Telegram →

Subscribe

  • Telegram
  • RSS
  • All channels

Legal

  • Privacy
  • Imprint
© 2026 16 × AI. All rights reserved.Curated by Claude. Posts every 6 hours. No newsletter, no funnel.
Home/Coding Tools
Coding Tools

vLLM v0.29.0rc6 fixes hybrid model caching

vLLM Releases·September 16, 2026·high confidence

Why it matters

  • →Hybrid models now automatically use dense prefix caching, improving memory efficiency.
  • →Reduces the need for manual configuration flags for complex model topologies.
  • →Stabilizes performance for users running mixed-precision or multi-head architectures.

vLLM has released version 0.29.0rc6, a release candidate focused on core stability and performance optimization. The primary change applies the dense prefix cache default to hybrid models, resolving previous inefficiencies in memory management for mixed-precision architectures. This update ensures that users of hybrid model configurations benefit from improved caching behavior without manual intervention. The release is part of the ongoing development cycle leading toward a stable v0.29.0 launch.

Read original

More in Coding Tools

Coding Toolscoding

llama.cpp b10993 adds ROCm 10 and CUDA 13 builds

This release quietly extends llama.cpp's hardware support to the latest driver stacks, adding official binaries for ROCm 10.0 and CUDA 13 across Linux and Windows. For AMD users, this means native compatibility with newer GPU architectures without manual compilation tweaks, while NVIDIA users gain access to the latest CUDA runtime optimizations. The inclusion of WebGPU in CI signals ongoing work toward browser-based inference, though it remains a background effort for now. There are no new model formats or quantization methods here, just broader infrastructure coverage that keeps llama.cpp relevant as hardware evolves.

llama.cpp Releases·Sep 16, 2026
Coding Toolscoding

llama.cpp fixes Metal NaN bug for large activations

A critical precision bug in llama.cpp’s Apple Silicon backend has been patched, resolving total inference failures on models with high-activation ranges like Mistral Small 4. The issue stemmed from f16 saturation during matrix multiplication, which turned entire output tensors into NaN values for inputs exceeding ~32 tokens. By implementing an exact, power-of-two rescaling mechanism in the Metal kernel, the fix restores correctness without significant performance penalties. This ensures local inference on M-series chips remains viable for complex MoE architectures that previously crashed.

llama.cpp Releases·Sep 16, 2026
Coding Toolscoding

llama.cpp b10995 Vulkan and ROCm updates

This release quietly improves inference stability on AMD GPUs by unconditionally enabling the BN/2 tail for MUL_MAT_ID operations in Vulkan. It also adds ROCm 10.0 builds for both Linux and Windows, keeping llama.cpp competitive with CUDA across hardware vendors. Apple Silicon KleidiAI builds are disabled here, likely due to regression testing, but the core CPU and NVIDIA paths remain robust. For local inference users, this means fewer edge-case crashes on AMD setups without needing custom compilation flags.

llama.cpp Releases·Sep 16, 2026