The llama.cpp project released build b11026, which introduces a change to skip gate_up_exps when the TENSOR_SKIP flag is set. This modification is specifically required for Qwen35MoE models where MTP tensors are fused but not loaded.
The release provides binaries and frameworks for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, CUDA 12/13, ROCm 10.0, OpenVINO, SYCL), Android, Windows (CPU, OpenCL, CUDA 12/13, Vulkan, OpenVINO, SYCL, ROCm 10.0), and openEuler.
This update ensures compatibility with specific Qwen35MoE configurations by handling fused but unloaded MTP tensors correctly.