DEV Community

Cover image for vLLM v0.25.0 Ships Model Runner V2 Quantization — Plus New ROCm Tools
soy
soy

Posted on • Originally published at media.patentllm.org

vLLM v0.25.0 Ships Model Runner V2 Quantization — Plus New ROCm Tools

Today's engineering digest features vLLM v0.25.0 with Model Runner V2's enhanced quantization support, a significant boost for LLM serving efficiency. AMD also introduced two new ROCm™ tools, Infera and Hyperloom, for distributed AI inference and optimization, complemented by updates from Ollama, KataGo, and CUDA Python.

Local AI & Open Models

This week sees significant advancements in local AI inference with vLLM's v0.25.0 release bringing Model Runner V2 and expanded quantization support, alongside Ollama v0.32.5 patching critical Metal performance issues for NVFP4 models. Additionally, the Go AI world gains ground with KataGo's "Strong New Nets" featuring updated Transformer architectures.

vLLM v0.25.0 Rolls Out Model Runner V2 with Enhanced Quantization Support (vLLM)

Source: vLLM

The vLLM project has rolled out a significant update with the release of version 0.25.0, incorporating a staggering 558 commits from a broad community of 232 contributors. A highlight of this release is the default activation of Model Runner V2 for all dense models, marking a major architectural shift. This new model runner is designed to improve the foundational aspects of LLM inference, directly building on the enhanced quantized-model support that has been a focus in prior vLLM iterations.

By making Model Runner V2 the standard, vLLM is poised to deliver more robust, efficient, and scalable inference capabilities. This is particularly beneficial for deploying larger models and those employing advanced quantization techniques like AWQ, GPTQ, or INT8/FP8 on consumer-grade GPUs. This strategic improvement directly addresses the critical need for optimizing model throughput and latency, allowing developers to run complex open-weight models locally without excessive memory demands. For practitioners, this means a more performant and accessible pathway to advanced local AI applications, accelerating development and reducing hardware barriers.

This release is a game-changer for anyone pushing the limits of local LLM inference, making it easier to leverage quantized models efficiently on readily available hardware.

Ollama v0.32.5 Fixes MLX Metal Output Quality for NVFP4 Models (Ollama)

Source: Ollama

Ollama, a popular tool for running large language models locally, has released version 0.32.5, a crucial patch release primarily focused on enhancing the stability and output quality for Apple Silicon users. This update specifically targets and resolves an MLX Metal bug that was found to degrade the output quality of NVFP4 models, particularly those based on the Laguna architecture.

The correction of this bug is significant for anyone leveraging Apple's Metal API to run quantized, open-weight models on macOS devices. By ensuring that NVFP4 models produce accurate and consistent results, Ollama v0.32.5 reinforces the platform's reliability for local inference on consumer GPUs. This fix directly impacts the practical application of advanced LLMs on Apple hardware, demonstrating a strong commitment to refining the experience for users who prioritize local, privacy-preserving AI. Such improvements are vital for making complex, quantized models not only runnable but also dependable for a wide array of personal and professional tasks.

Mac users running quantized models on Ollama will appreciate this fix, as it directly impacts the reliability and output quality of their local inference setups.

KataGo (囲碁) Unveils New Transformer Models for Enhanced Go AI (KataGo)

Source: KataGo (囲碁)

KataGo, a leading open-source Go AI engine, has released version 1.17.0, prominently featuring "Strong New Nets" based on Transformer models. This update represents a significant advancement in KataGo's AI architecture, moving towards more powerful and sophisticated evaluation functions. The inclusion of new Transformer models indicates a shift or enhancement in how the AI perceives and evaluates board states, potentially leading to improved strategic understanding and stronger play.

For Go enthusiasts and AI researchers, a change in network architecture like this is a first-class event, promising new levels of performance and insight into optimal Go strategies. The project continues to encourage community support and GPU cycle donations via katagotagotraining.org to further its development. This release is a testament to the ongoing innovation in game AI, where advancements in deep learning architectures continue to push the boundaries of what's possible for competitive engines running on various hardware.

This architectural upgrade with Transformer nets will undoubtedly reshape competitive Go AI, offering both stronger opponents and new avenues for research into game theory.

Full Local AI & Open Models archive

GPU, CUDA & Autonomous Driving

NVIDIA updates its core CUDA Python library to v1.1.1 for enhanced stability, while AMD introduces ROCm Infera for distributed AI inference orchestration and ROCm Hyperloom for autonomous GPU optimization, bolstering its AI software stack.

CUDA Python cuda-core v1.1.1 Released (NVIDIA)

Source: NVIDIA

NVIDIA has officially released CUDA Python cuda-core-v1.1.1, a maintenance update for its fundamental Python bindings for CUDA. This release ensures developers have access to the latest core functionalities for integrating Python applications with NVIDIA GPUs, supporting improved stability and compatibility with the broader CUDA ecosystem. CUDA Python provides a low-level interface to the CUDA Driver API, enabling direct control over GPU operations from Python, which is critical for developers building high-performance computing solutions or custom AI/ML frameworks.

With cuda-core-v1.1.1, practitioners can continue to manage GPU memory, launch custom kernels, and synchronize execution streams directly from their Python code, gaining granular control essential for optimizing demanding workloads. This update is designed to address any minor issues or enhance performance stability from previous versions, making it a recommended upgrade for those leveraging Python for GPU acceleration. To use it, developers typically pip install nvidia-cuda-runtime or update their existing environment, ensuring their Python projects benefit from the latest foundational CUDA bindings.

Updating to cuda-core-v1.1.1 helps ensure compatibility and stability when working with the latest NVIDIA drivers and CUDA toolkits in my Python projects, crucial for avoiding unexpected runtime issues.

AMD Introduces ROCm™ Infera for Distributed AI Inference Orchestration (AMD ROCm Blog)

Source: AMD ROCm Blog

AMD has announced ROCm™ Infera, a new distributed inference reference solution designed to scale goodput for agentic AI applications. Positioned as an orchestration layer, Infera targets large-scale GPU inference deployments, particularly for managing complex, multi-turn reasoning and retrieval-augmented generation (RAG) workloads that characterize modern agentic AI systems. The solution is presented as a 'conductor for your inference GPU orchestra,' highlighting its ability to efficiently manage and distribute large language model (LLM) inference across numerous AMD Instinct GPUs in a cluster.

Infera aims to simplify the deployment and scaling of inference workloads by abstracting away much of the underlying complexity of distributed systems. It helps address critical challenges such as handling high token counts, variable batch sizes, and dynamic request patterns prevalent in today's demanding AI applications. By enabling more efficient utilization of GPU resources and improved workload balancing, initial internal testing suggests that Infera can achieve significant improvements in 'goodput' — the measure of useful work processed over time. This makes it a crucial tool for enterprises deploying and managing production-grade LLM inference services on AMD hardware.

The promise of ROCm Infera for orchestrating distributed LLM inference on AMD hardware is exciting, especially for tackling the complexity and scale requirements of agentic AI applications.

AMD Unveils ROCm™ Hyperloom for Autonomous Inference Optimization (AMD ROCm Blog)

Source: AMD ROCm Blog

AMD has introduced ROCm™ Hyperloom, an open-source, agentic system designed to autonomously optimize end-to-end inference workloads on AMD GPUs. Hyperloom aims to dramatically reduce the manual effort and time typically required to tune and optimize complex AI models for efficient deployment. Traditionally, achieving optimal performance for models on new hardware or with specific deployment parameters involves tedious experimentation with various kernel configurations, memory layouts, and execution strategies.

By employing an agentic approach, Hyperloom can intelligently explore the optimization space, identify bottlenecks, and automatically determine the most efficient configurations for inference tasks, translating directly into better performance and resource utilization. This new system provides a significant advantage for developers and MLOps teams working with AMD Instinct GPUs, allowing them to accelerate the path from model development to production-ready inference without needing deep, specialized optimization expertise. As an open-source project, Hyperloom offers transparency and flexibility, encouraging community contributions and broader adoption for maximizing the throughput and efficiency of AI workloads on AMD hardware.

ROCm Hyperloom could be a game-changer for getting the best performance out of AMD GPUs, automating much of the manual optimization work that usually takes days or weeks.

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)