DEV Community

Cover image for llama.cpp b10238 Ships Qwen3-Next MTP — Plus KataGo, Kimi-K3 GGUF, & GPU AI
soy
soy

Posted on • Originally published at media.patentllm.org

llama.cpp b10238 Ships Qwen3-Next MTP — Plus KataGo, Kimi-K3 GGUF, & GPU AI

Today's digest highlights llama.cpp b10238's release with Qwen3-Next MTP support, alongside KataGo v1.16.4's experimental evaluation cache and Kimi-K3's GGUF format availability. We also delve into new AI infrastructure guidance from NVIDIA and AMD's AI Workbench, including Nemotron 3 Ultra developments.

Local AI & Open Models

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)

Source: 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 (囲碁))

Source: 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)

Source: 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.

Full Local AI & Open Models archive

GPU, CUDA & Autonomous Driving

This week features significant advancements in AI development and GPU performance. AMD introduces its AI Workbench for streamlined custom model deployment on ROCm, while NVIDIA provides insights into unlocking peak performance from its H100, GB200, and GB300 systems and releases Nemotron 3 Ultra for advanced chip design.

NVIDIA Exemplar Cloud: Lessons for Unlocking Full Performance on AI Infrastructure (NVIDIA Developer Blog)

Source: NVIDIA Developer Blog

This article from the NVIDIA Developer Blog provides crucial insights into optimizing performance on NVIDIA's high-end AI infrastructure, specifically focusing on H100, GB200 NVL72, and GB300 NVL72 systems. It highlights that even identical hardware configurations can yield vastly different training throughput, emphasizing the importance of proper system setup and optimization. The article outlines lessons learned from NVIDIA's Exemplar Cloud, detailing best practices for infrastructure design, software stack configuration, and workload scheduling to ensure that AI models achieve their full potential.

Key areas covered include networking topology, memory management, and how to identify and resolve performance bottlenecks that commonly arise in large-scale AI deployments. The guidance is particularly valuable for organizations deploying or managing substantial AI clusters, offering actionable advice to maximize return on investment from powerful NVIDIA GPUs. It delves into the nuances of parallel processing, efficient data transfer, and kernel launch optimizations, all critical for achieving peak training and inference speeds. Understanding these lessons can help developers and system administrators reduce idle GPU time and accelerate the development cycle of complex AI models, directly translating into more efficient use of cutting-cutting-edge hardware.

This is a must-read for anyone deploying H100, GB200, or GB300 systems, as it provides concrete, hard-won lessons on avoiding performance pitfalls and truly maximizing throughput.

Onboard and Deploy Custom Models in AMD AI Workbench (AMD ROCm Blog)

Source: AMD ROCm Blog

The AMD ROCm Blog announces an important update for the AMD AI Workbench, providing detailed guidance on how to onboard and deploy custom AI models. While the existing AIM Catalog offers a curated selection of ready-to-deploy models for AMD hardware, this new capability empowers developers to utilize models from external sources like the Hugging Face Hub, or even proprietary custom-trained models. This significantly expands the flexibility and utility of the AMD AI Workbench, making it a more comprehensive platform for AI development on AMD GPUs. The article walks users through the process of integrating these external models, covering necessary configurations and best practices for ensuring compatibility and optimal performance within the ROCm ecosystem.

This update is critical for practitioners as it addresses a common challenge in AI development: the need to adapt and deploy unique or specialized models that are not part of standard catalogs. By simplifying the integration of custom models, AMD lowers the barrier to entry for developers looking to leverage the power of AMD's Instinct GPUs and the ROCm software stack for their specific AI applications. It emphasizes practicality, enabling users to extend the workbench's capabilities to suit diverse research and production needs, thereby fostering broader adoption and innovation within the AMD AI hardware community.

Being able to easily integrate models from Hugging Face or custom-trained variants into AMD AI Workbench is a game-changer for ROCm developers, finally offering the flexibility needed for real-world projects.

NVIDIA Nemotron 3 Ultra Leads Open Models on Accuracy and Efficiency in Agentic RTL Coding (NVIDIA Developer Blog)

Source: NVIDIA Developer Blog

NVIDIA's Developer Blog highlights Nemotron 3 Ultra, an open model that is demonstrating leading performance in accuracy and efficiency for agentic Register Transfer Level (RTL) coding. This advancement is particularly significant for modern chip design, where RTL development and verification are increasingly constrained by engineering time and require specialized hardware and software. Nemotron 3 Ultra's capabilities enable more automated and efficient generation and validation of RTL code, a foundational step in designing complex CPUs, GPUs, and other AI systems. The article positions Nemotron 3 Ultra as a critical tool for accelerating the semiconductor design process, reducing human error, and ultimately speeding up the time-to-market for next-generation hardware.

The focus on "agentic RTL coding" underscores a move towards more autonomous and intelligent design workflows, leveraging large language models to assist engineers. By providing an open model that excels in this domain, NVIDIA is not only pushing the boundaries of AI applications but also directly contributing to the evolution of hardware development itself. This has direct implications for the pace of innovation in GPU and AI hardware, as more efficient design cycles can lead to quicker iterations and more sophisticated architectures. The emphasis on accuracy and efficiency makes Nemotron 3 Ultra a valuable asset for chip designers and researchers aiming to optimize their hardware development pipelines.

Nemotron 3 Ultra's performance in agentic RTL coding is a strong signal for the future of automated chip design, directly impacting how NVIDIA (and others) will develop future GPUs.

Full GPU, CUDA & Autonomous Driving archive


Compiled daily from official release feeds, vendor changelogs and engineering blogs. Archive: https://media.patentllm.org

Top comments (0)