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

llama.cpp b11017 adds CUDA 13 and ROCm 10 builds

llama.cpp Releases·September 18, 2026·high confidence

Why it matters

  • →Enables immediate use of llama.cpp on systems running CUDA 13 drivers.
  • →Provides native ROCm 10 support, improving AMD GPU compatibility for local LLMs.
  • →Reduces friction for users who cannot or prefer not to compile from source.

llama.cpp has released version b11017, adding pre-built binaries for CUDA 13 and ROCm 10.0 across Linux and Windows platforms. The release also includes updated OpenVINO and SYCL builds, alongside standard CPU variants for macOS, iOS, Android, and various Linux distributions. Notably, KleidiAI support on Apple Silicon is currently disabled in this build. This update primarily serves to maintain compatibility with the latest GPU driver ecosystems for local inference workloads.

Read original

More from llama.cpp Releases

Coding Toolscoding

llama.cpp b11018 adds CUDA 13 and ROCm 10 builds

This release quietly cements llama.cpp as the universal inference runtime by finally supporting NVIDIA's latest CUDA 13 stack alongside AMD's ROCm 10. For the first time, users on cutting-edge hardware can run local models without being forced into legacy driver versions or waiting for vendor-specific optimizations. The inclusion of both CUDA 12 and 13 binaries side-by-side removes a major friction point for developers managing mixed environments. While no new model architectures are added, this infrastructure update ensures compatibility with the fastest consumer and data center GPUs hitting the market right now.

llama.cpp Releases·Sep 18, 2026
Coding Toolscoding

llama.cpp b11019 fixes embedded GGUF loading bugs

This release patches a subtle but critical bug where embedding a GGUF file inside another container caused tensor data corruption due to misaligned memory mapping. The fix ensures the data section is aligned relative to the GGUF header rather than the outer file offset, preventing silent errors that could ruin inference results. It also adds support for loading LoRA adapters via FILE pointers and disables mmap with a warning when alignment issues are detected. This stabilizes llama.cpp for complex packaging scenarios where models are bundled within larger archives or custom formats.

llama.cpp Releases·Sep 18, 2026
Coding Toolscoding

llama.cpp b11020 adds DeepSeek V3.2/V4 parser support

This release fixes a critical parsing gap for DeepSeek's latest models in llama.cpp. By adding message delimiters to the V3.2 and V4 parsers, it ensures chat history is handled correctly during inference. The update also ships binaries for CUDA 13.3/13.4 and ROCm 10.0, keeping hardware support current. KleidiAI on Apple Silicon remains disabled in this build, a notable omission for Mac users seeking optimized performance. It’s a necessary maintenance release that keeps local DeepSeek usage stable.

llama.cpp Releases·Sep 18, 2026

More in Coding Tools

Coding Toolscoding

Claude Code v2.1.275 patches stability and sync

This release stabilizes Claude Code by fixing crashes that occurred when resuming sessions with malformed transcripts or memory files. It also improves the developer experience by syncing skills and plugins from your claude.ai account to terminal sessions, ensuring consistency across environments. Security is tightened by preventing install scripts from running on npm-sourced plugins, while usability sees gains in artifact publishing and image handling. The update addresses critical edge cases that previously broke workflows, making the tool more reliable for daily use.

Claude Code Releases·Sep 18, 2026
Coding Toolscoding

Claude Code v2.1.276 fixes proxy regression

Anthropic quietly patched a critical regression in Claude Code that broke all API requests for users routing traffic through proxies or gateways. The issue stemmed from an invalid input tag 'advisor_20260301' introduced in the previous version, effectively locking out enterprise and custom infrastructure setups. This fix restores basic functionality for developers who cannot connect directly to Anthropic's endpoints, highlighting the fragility of recent CLI updates.

Claude Code Releases·Sep 18, 2026
GitHub Copilot adds feature-level engagement metrics© GitHub Changelog
Coding Toolscoding

GitHub Copilot adds feature-level engagement metrics

GitHub is finally giving enterprise admins the granular data needed to measure actual AI adoption rather than just license utilization. The new dashboard and API breakdowns distinguish between passive code reviews triggered automatically and active agent edits or CLI usage, revealing which tools developers actually integrate into their daily workflows. By tracking rolling 28-day populations per adoption phase, organizations can now pinpoint exactly where training is needed instead of guessing based on broad engagement numbers. This shift from counting seats to measuring specific feature interaction marks a maturation in how AI productivity is quantified at scale.

GitHub Changelog·Sep 17, 2026