llama.cpp Adds Qwen3-Next MTP Support, KataGo Gains Eval Cache, Kimi-K3 Lands GGUF

This week, llama.cpp received an official update, bringing MTP support for the Qwen3-Next model, enhancing its capability for local inference. Concurrently, KataGo released an experimental evaluation cache, directly improving game AI inference speed, while the Kimi-K3 model became available in the consumer-friendly GGUF format via Unsloth on Hugging Face.

llama.cpp b10238 Released with Qwen3-Next MTP Support (llama.cpp)

The latest official release of `llama.cpp`, version `b10238`, brings significant advancements in model compatibility by adding Multi-Tentacle-Perception (MTP) support for the Qwen3-Next model. MTP, or a similar architectural design, typically refers to specific structural elements within a neural network engineered for more efficient or specialized processing. For `llama.cpp` users, this means direct, optimized inference for the Qwen3-Next model on a wide range of consumer hardware, including CPUs and GPUs, leveraging `llama.cpp`'s established efficiency in local execution. This update underscores the project's commitment to rapidly integrating and optimizing new open-weight models for local execution, ensuring practitioners can run cutting-edge LLMs without requiring high-end server infrastructure. The `b10238` update also includes fixes related to Python type-checks and logic for computing `num_mtp` layers, indicating ongoing refinement of the integration.
A crucial update for anyone running the latest open-weight models locally; MTP support in `llama.cpp` means better compatibility and potentially more optimized inference for Qwen3-Next on various hardware.

KataGo v1.16.4 Introduces Experimental Evaluation Cache (KataGo (囲碁))

The acclaimed Go AI engine KataGo has released version `v1.16.4`, introducing an experimental evaluation-caching feature. This new capability, while not enabled by default, can be activated by setting `useEvalCache=true` in the `gtp.cfg` or corresponding configuration file. The evaluation cache aims to accelerate inference by storing and reusing previously computed neural network evaluations for identical or highly similar game states encountered during the engine's extensive search process. This directly addresses the inherent 'search-vs-evaluation trade-offs' in Go AI, potentially reducing redundant computations and significantly speeding up move selection. For users running KataGo on consumer GPUs, this experimental feature offers a path to more efficient and faster analysis or gameplay, pushing the boundaries of local game AI performance through smarter search algorithms and optimized NNUE evaluation functions.
This eval cache is a significant performance boost for Go enthusiasts, directly cutting down on evaluation time during searches and making KataGo even faster on consumer GPUs.

Kimi-K3 Model Now Available in GGUF Format via Unsloth (Hugging Face Trending)

A notable trending item on Hugging Face is the availability of the `moonshotai/Kimi-K3` model in the GGUF format, specifically optimized by `unsloth`. GGUF is a highly efficient, quantized file format designed for running large language models on consumer-grade hardware, making advanced models accessible for local inference on CPUs and GPUs. The `unsloth` contribution further enhances this by providing optimized quantizations that typically offer faster inference speeds and lower memory consumption compared to standard GGUF conversions. The `Kimi-K3` model is an "image-text-to-text" model, signifying its multimodal capabilities. This release is crucial for developers and enthusiasts looking to leverage Kimi-K3's features locally, offering a practical solution for deploying complex models without needing cloud-based resources, aligning perfectly with the focus on "anything runnable on a consumer GPU" and "quantization & compression."
Seeing cutting-edge models like Kimi-K3 quickly arrive in GGUF through Unsloth demonstrates the rapid pace of local inference optimization and broadens accessibility for consumer GPU users.