LOCAL_AI_STACK
LOCAL_AI_STACK / troubleshooting(12)
v2.2 · 2026-06-12
DIAGNOSTIC_PAGES — start with visible error text and hardware fit before guessing at config changes
01
Ollama model will not load
This usually points to model name, download, memory limit, or runtime state. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Model name, download, memory, or runtime configuration may be wrong.
02
Ollama is slow
This usually points to model size, CPU fallback, context length, offload, or hardware limits. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Model size, GPU offload, context length, or CPU-only hardware may be the bottleneck.
03
Out-of-memory errors
This usually points to model weights, context window, runtime overhead, or background apps. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Model weights, context length, or runtime overhead exceed available memory.
04
Out-of-memory errors explained
This usually points to RAM, VRAM, unified memory, quantization, context, and runtime overhead. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
RAM, VRAM, unified memory, quantization, context, and runtime overhead can all contribute.
05
Open WebUI cannot connect
This usually points to server address, Docker networking, provider settings, or service startup. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Ollama server address, Docker networking, or service startup may be misconfigured.
06
Open WebUI cannot connect to Ollama
This usually points to Ollama endpoint, container networking, host access, or service state. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Ollama endpoint, container networking, service startup, or host permissions may be misconfigured.
07
Local model is too slow
This usually points to model size, offload path, memory bandwidth, thermals, or context length. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Model size, CPU/offload path, context length, or hardware limits may be the bottleneck.
08
PDF chat not working
This usually points to document parsing, embedding provider, retrieval settings, or model selection. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Document ingestion, embeddings, retrieval settings, or model quality may be failing.
09
Local PDF chat gives bad answers
This usually points to bad extraction, weak retrieval, poor chunking, missing OCR, or hallucination. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Poor extraction, chunking, embeddings, retrieval, or source-grounding may be failing.
10
GPU not detected
This usually points to driver, backend, runtime build, or unsupported hardware. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Driver, backend, runtime build, or hardware support may not be configured.
11
Model download fails
This usually points to network, disk space, model name, provider availability, or permissions. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
Network, storage, model name, or provider availability may be the issue.
12
Local AI privacy mistakes
This usually points to cloud providers, exposed local servers, sync, plugins, telemetry, or document storage. Start with the simplest visible checks before changing advanced settings.
LIKELY_CAUSE
A local chat app can still leak data through cloud models, sync, plugins, or remote embeddings.
TROUBLESHOOTING CONTEXT

How to triage local AI failures

Intro

Most local AI failures are not mysterious. They usually come from memory limits, model size, runtime configuration, Docker/networking, provider selection, or document-processing settings.

First triage

SymptomStart here
Model will not loadOut-of-memory errors; model download fails
Model is slowLocal model is too slow; Ollama is slow
Open WebUI cannot see OllamaOpen WebUI cannot connect to Ollama
PDF answers are badLocal PDF chat gives bad answers
Privacy concernLocal AI privacy mistakes

Support page standard

Each troubleshooting page should give the first three checks, the likely causes, fixes that do not hide uncertainty, and a stop/switch warning for sensitive data.