Ollama v0.32.15 Boosts Local LLM Inference, llama.cpp Adds Multimodal Device Control

Ollama's latest v0.32.15 release significantly enhances local LLM inference speeds, cutting time-to-first-token by half. Concurrently, llama.cpp introduces new device control for multimodal projections, improving resource management for complex local AI tasks.

Ollama v0.32.15 Released with Major TTFT Improvements (Ollama)

Ollama has released version v0.32.15, bringing notable improvements to the local AI inference experience. A key enhancement is the caching of resolved model metadata between requests, which has been shown to cut the time-to-first-token (TTFT) by approximately half, dropping from ~995 ms to ~524 ms in benchmarks. This performance boost directly translates to faster responsiveness when interacting with local models. In addition to the speed optimizations, the new release introduces a redesigned desktop onboarding flow for new users, aiming to simplify initial setup and model deployment. The update also addresses and fixes a bug related to model operation, contributing to overall stability and reliability for users running open-weight models locally on their machines.
This official release delivers significant performance gains and user experience improvements for local LLM inference, making it a crucial update for all Ollama users seeking faster and more reliable model interactions.

llama.cpp b10541 Introduces Multimodal Device Argument (llama.cpp)

llama.cpp, a leading inference engine for large language models, has released version b10541, introducing a new argument `--mmproj-device`. This feature allows users to explicitly specify the device backend for multimodal projections (mmproj). The `--mmproj-device` argument, along with the backward-compatible `MTMD_BACKEND_DEVICE` environment variable, provides enhanced control over hardware resource allocation when running multimodal models. It enables the immediate loading of the specified mmproj device backend, aiding in optimizing performance and resource management, especially for consumer GPUs handling complex multimodal tasks. This addition streamlines the process of configuring device usage for systems that leverage different backends for core model inference and multimodal components.
This update offers practical control for users running multimodal models locally, allowing them to better manage device resources and potentially optimize performance by directing specific workloads to preferred hardware.

Qwen3.8-27B GGUF Model Trends for Local Multimodal Inference (Hugging Face Trending)

The HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF model is currently trending on Hugging Face, underscoring significant community interest in open-weight models optimized for local inference. This specific variant is a quantized version of the Qwen3.8-27B model, utilizing the GGUF format, which is highly favored for running large language models efficiently on consumer-grade GPUs. The model is categorized as an 'image-text-to-text' pipeline, indicating its multimodal capabilities, particularly in vision (MTP). Its GGUF quantization means it's ready for deployment with `llama.cpp` and similar local inference tools, making it highly practical for users looking to experiment with a powerful 27-billion parameter multimodal model on their personal hardware. The 'uncensored' tag further highlights its appeal to specific user groups seeking less restricted model outputs.
This trending GGUF-quantized Qwen model represents a cutting-edge, open-weight option for users to deploy powerful multimodal AI locally, directly addressing the demand for consumer GPU-friendly models and quantization techniques.