The llama.cpp project has released build b10165, which restores iq4_nl quantization support for the Flash Attention (FA) Vulkan backend. This change addresses issue #23681 by re-enabling the feature after concerns about shared memory usage were deemed negligible.
- Adds iq4_nl support back to the Vulkan FA implementation.
- Adds q1_0 support for non-coopmat2 configurations.
- Fixes GitHub issue #23681 regarding the removal of q1_0 FA support.
The release provides binaries for macOS, Linux, Windows, and Android across CPU, CUDA, ROCm, OpenVINO, SYCL, and Vulkan backends.