Back to Freedom.Tech Back
All llama.cpp releasesAll versions
Release Fri, Jul 10, 2026 1 min read

llama.cpp b9952

Original release notes

llama : make all KQ masks f16 if FA is used, remove zero attention bias, remove raw_k repeats in DeepSeek V4 (#25370)

  • llama : make all KQ masks (except the lightning indexer one) f16 if FA is used and remove zero attention bias in DeepSeek V4
  • llama : remove dead code that repeats unified raw_k cache for each stream in DeepSeek V4 - no longer needed as raw_k is always non-unified.

---------

Co-authored-by: Stanisaw Szymczyk

UI: