PulseAugur
EN
LIVE 18:57:44

Ollama 0.32.10 regression causes model load timeouts on Linux iGPUs

A regression in Ollama version 0.32.10 and later is causing model loading to time out, particularly on Linux systems using containers (Podman or Docker) with integrated GPUs on the Vulkan backend. This issue stems from a change in the default load mode from 'mmap' to 'none', which requires the entire model to be staged in CPU memory before being handed to the GPU. This can lead to excessive memory usage and disk thrashing on systems with limited RAM, causing loads to exceed the default 5-minute timeout. Potential workarounds include pinning Ollama to version 0.32.9, capping the context window, increasing the load timeout, or monitoring a community pull request for a more permanent fix. AI

IMPACT This regression impacts users running local LLMs on specific hardware configurations, potentially hindering adoption until a fix is widely available.

RANK_REASON The item details a regression and workaround for a specific software version, not a new release or major industry event.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Ollama 0.32.10 regression causes model load timeouts on Linux iGPUs

How we ranked this

Signal score
25 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item details a regression and workaround for a specific software version, not a new release or major industry event.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
infra, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · MilkyWay008 ·

    Ollama Model Loads Time Out After the 0.32.10 Upgrade: The Load Mode Change and the Fix

    <p>If your Ollama install started timing out right after an upgrade, you're probably staring at this after five patient minutes:<br /> </p> <div class="highlight js-code-highlight"> <pre class="highlight plaintext"><code>Load failed ... timed out waiting for llama-server to start…