DEV Community

Cover image for Ollama v0.32.6 Boosts Qwen3.5 on Apple GPUs — Plus AMD CDNA 5, FFmpeg 9.0 & More
soy
soy

Posted on • Originally published at media.patentllm.org

Ollama v0.32.6 Boosts Qwen3.5 on Apple GPUs — Plus AMD CDNA 5, FFmpeg 9.0 & More

Ollama v0.32.6 ships with significant Qwen3.5 performance boosts for Apple GPUs, while AMD unveils its new CDNA 5 hardware and Helios Rackscale. This digest also covers the release of FFmpeg 9.0, NVIDIA's Alpamayo 2 Super for commercial use, and a trending Qwen3-VL model on Hugging Face.

Local AI & Open Models

Ollama v0.32.6 brings significant speedups for Qwen3.5 on Apple GPUs through MLX and speculative decoding, enhancing local inference performance. Additionally, a trending INT8 quantized Qwen3-VL-32B model highlights the growing accessibility of large multimodal models for consumer hardware.

Ollama v0.32.6 Boosts Qwen3.5 Performance on Apple GPUs (Ollama)

Source: Ollama

Ollama has released version 0.32.6, delivering a notable performance upgrade for local AI enthusiasts. The headline feature is a significant speed increase for the Qwen3.5 model when running on Apple GPUs, a crucial enhancement for users leveraging Apple Silicon for local inference.

This acceleration is achieved through the Ollama MLX engine, which now automatically utilizes the model's MTP (Multi-Turn Prediction) head for speculative decoding. Speculative decoding is a key inference acceleration technique that allows a smaller, faster model to generate candidate tokens that a larger, more accurate model then verifies, substantially reducing overall inference latency. The update also streamlines the /v1/chat/completions streaming API to better match OpenAI's wire format, improving compatibility and ease of integration for developers building local AI applications. These improvements collectively empower users to experience faster, more responsive interactions with open-weight models on their consumer-grade Apple hardware.

This release is a big win for Apple users; the Qwen3.5 speedup with speculative decoding means a much smoother local LLM experience, making powerful models more practical on consumer devices.

Qwen3-VL-32B-Ultra-Heretic-H3 Emerges on Hugging Face with INT8 Quantization (Hugging Face Trending)

Source: Hugging Face Trending

A new variant of the Qwen3-VL-32B model, named Qwen3-VL-32B-Ultra-Heretic-H3, is rapidly trending on Hugging Face, specifically highlighted for its practical implementation with INT8 quantization. This release addresses one of the primary challenges of deploying large language and vision models locally: the substantial memory and computational requirements. By offering the model in an INT8 quantized format, its memory footprint and inference speed are significantly optimized, making it viable for a broader range of consumer GPUs.

This particular model, tagged with 'ComfyUI', indicates its integration into a popular node-based interface for generative AI, which simplifies the workflow for users experimenting with advanced models without deep coding expertise. The presence of 'H3' in the name suggests potential architectural or fine-tuning distinctions, building upon the Qwen3-VL's multimodal capabilities. The adoption of INT8 for such a large model (32B parameters) is a testament to the ongoing advancements in model compression and efficient inference, pushing the boundaries of what's runnable on personal hardware.

Running a 32B multimodal model like Qwen3-VL locally usually requires serious hardware, but with INT8 quantization and ComfyUI integration, this variant makes it surprisingly accessible for advanced local experimentation.

NVIDIA Explores Co-Designing Attention for Fast, Interactive Long-Context Inference (NVIDIA Developer Blog)

Source: NVIDIA Developer Blog

NVIDIA's latest developer blog delves into the critical challenge of optimizing attention mechanisms for fast, interactive long-context inference in AI models. As AI agents and sophisticated long-context workloads become more prevalent, the computational burden of attention grows significantly, often consuming a disproportionate share of inference time. This technical deep dive highlights the need for a 'co-design' approach where AI model attention is developed in conjunction with underlying hardware and software optimizations to mitigate these performance bottlenecks.

The article discusses various strategies to improve efficiency, focusing on how to make attention more interactive and less resource-intensive. This includes exploring techniques to optimize KV (Key-Value) cache utilization and potentially novel attention architectures that can scale more efficiently with increasing context lengths. For local AI and open models, especially those running on consumer GPUs, such optimizations are paramount. They enable richer, more complex interactions and the processing of extended inputs without prohibitive latency, paving the way for more capable and responsive locally-run AI applications. Understanding these principles is key for developers working on next-generation local inference engines.

This deep dive from NVIDIA is invaluable for anyone pushing the limits of local AI. Optimizing attention for long contexts is crucial for real-time agentic workflows on consumer GPUs, and their insights point towards where model and inference engine development is headed.

Full Local AI & Open Models archive

GPU, CUDA & Autonomous Driving

AMD introduces its CDNA 5 architecture with the Instinct MI455X GPU and Helios rackscale solution, redefining AI infrastructure. Meanwhile, NVIDIA makes its Alpamayo 2 Super open model commercially available for robotaxis, and FFmpeg 9.0 delivers enhanced Vulkan and AMD AMF GPU acceleration.

Introducing AMD CDNA™ 5 and the AMD Helios™ Rackscale Solution (AMD ROCm Blog)

Source: AMD ROCm Blog

The AMD ROCm Blog has formally introduced the AMD CDNA™ 5 architecture, marking a significant advancement for AI infrastructure. Central to this launch is the AMD Instinct™ MI455X GPU, designed to power demanding AI and high-performance computing (HPC) workloads. This new GPU leverages the CDNA 5 architecture to deliver enhanced compute performance, memory bandwidth, and energy efficiency crucial for next-generation AI models. The announcement also details the AMD Helios™ Rackscale Solution, an integrated system that combines multiple MI455X GPUs within a unified rack architecture, aiming to simplify deployment and scaling of AI supercomputing clusters. Helios is engineered to optimize interconnectivity and power delivery, ensuring maximum performance for large-scale AI training and inference. This release underscores AMD's commitment to expanding its presence in the competitive AI accelerator market, offering a robust alternative for developers and organizations building AI-centric data centers.

The CDNA 5 and Instinct MI455X represent a critical hardware update for AMD's AI accelerator lineup, directly addressing the scaling needs of modern AI workloads in the data center. Developers working with ROCm should evaluate its potential for improved performance and efficiency for their AI training and inference tasks.

NVIDIA Alpamayo 2 Super, the Frontier Open Model for Robotaxis and Autonomous Vehicles, Now Available for Commercial Use (NVIDIA Blog)

Source: NVIDIA Blog

NVIDIA has announced the commercial availability of Alpamayo 2 Super, an open model specifically designed for robotaxis and autonomous vehicles (AVs). This frontier model addresses the particularly challenging 'long-tail' events in autonomous driving—rare and complex scenarios that are difficult to anticipate and train for. By making Alpamayo 2 Super commercially accessible, NVIDIA aims to accelerate the development and deployment of safer and more reliable AV systems. The model is engineered to generate trajectories, reasoning traces, and auto-labels, simplifying critical aspects of AV development that traditionally rely on separate, specialized models. This unified approach helps AV developers tackle intricate problems like unexpected pedestrian behavior or unusual road conditions, enabling more robust perception and decision-making capabilities. Alpamayo 2 Super integrates with the broader NVIDIA DRIVE platform, offering a powerful tool for automakers and AV companies looking to enhance their autonomous solutions with advanced, commercially supported AI.

The commercial release of Alpamayo 2 Super is a significant step for NVIDIA's autonomous driving ecosystem. Its focus on 'long-tail' events and unified trajectory generation will be highly valuable for AV developers seeking to enhance the robustness and safety of their systems, particularly within the NVIDIA DRIVE platform.

FFmpeg 9.0 Released With More Vulkan Acceleration, Animated WebP & More AMD AMF (Phoronix)

Source: Phoronix

FFmpeg, the widely used open-source multimedia framework, has released version 9.0, bringing notable enhancements for GPU acceleration. This update expands the framework's capabilities for leveraging modern graphics hardware, particularly through improved Vulkan acceleration and enhanced support for AMD's Advanced Media Framework (AMF). The Vulkan acceleration improvements mean that applications utilizing FFmpeg can now more efficiently offload video processing tasks, such as decoding, encoding, and filtering, to compatible GPUs, leading to significant performance gains and reduced CPU load. For AMD GPU users, the extended AMF support provides a more robust and optimized pathway for hardware-accelerated video operations, including encoding with AMD's dedicated media engines. FFmpeg 9.0 also introduces support for animated WebP, among other features, but the GPU acceleration aspects are particularly relevant for developers working on high-performance video applications, streaming services, and AI-driven video analysis, offering practical benefits in terms of speed and efficiency when processing large volumes of media content.

FFmpeg 9.0's expanded Vulkan and AMD AMF acceleration is a practical win for anyone doing video processing. Being able to offload more tasks to the GPU means faster encoding, decoding, and filtering, which is crucial for real-time applications and large-scale media workflows.

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)