The llama.cpp project has released build b11048, which introduces support for the new DSV4 HC op variants used by qwen4exp. This update includes specific implementations for hc_pre with per-element sigmoid gate and hc_post with identity mixing.
- Support for qwen4exp hc_pre with per-element sigmoid gate (gated variant)
- Support for qwen4exp hc_post with identity mixing (comb == nullptr)
- New binaries available for macOS, Linux, Windows, Android, and openEuler across CPU, GPU, and specialized backends like CUDA, ROCm, and OpenVINO.
This release enables users to run models utilizing these specific hardware acceleration operations on a wide range of supported platforms.