llama.cpp: Hy3 PR + GGUFs

Reddit r/LocalLLaMA Models

Summary

The Hy3 model is now supported in llama.cpp via a pull request, with GGUF quantizations available. Early testing shows coherent output from Q2_K at 10-11 t/s on high-end hardware.

Early stages as the model was just released yesterday, but seems to be working already. Yay! Getting coherent output from the Q2_K, at about 10-11t/s on a 5090 + Zen 4 w/ 96GB DDR5. https://github.com/ggml-org/llama.cpp/pull/25395 https://huggingface.co/satgeze/Hy3-1M-GGUF Thanks to the PR author, satindergrewal!
Original Article

Similar Articles

Here is my llama.cpp NVFP4/MXFP6 GGUF quantizer tool

Reddit r/LocalLLaMA

The author introduces an open-source GGUF quantizer tool for llama.cpp that creates NVFP4 and MXFP6 quantized models with advanced techniques like RSF, tensor promotion, and dynamic quantization, achieving better quality than existing methods like ModelOpt.

AngelSlim/Hy3-GGUF

Hugging Face Models Trending

AngelSlim/Hy3-GGUF is a toolkit for quantizing and deploying Hy3 large language models on llama.cpp, featuring MTP self-speculative decoding and a thinking/tool-call parser for efficient inference.