The `llama.cpp` project now supports Tencent's Hunyuan 3 (Hy3) architecture, a Mixture-of-Experts (MoE) decoder stack with specific features like per-head Q/K RMSNorm and a sigmoid router. This integration includes MTP speculative decoding and is ported from charlie12345's fork, adapted for mainline APIs.
Tencent's MoE model is now accessible for local inference on diverse hardware via `llama.cpp`, broadening open-source model deployment options.