Tidqom — Source-linked AI and developer tools
AITid
Blog

All stories

13 stories found

Active filters:
Tag: troubleshooting
Open WebUI Ignoring Your Uploaded Documents? Fix It — AI Tools article on Tidqom
AI Tools

Open WebUI Ignoring Your Uploaded Documents? Fix It

The upload succeeded, the file shows in the sidebar, and the model still says it has no access to the document. Here is what is actually going wrong.

August 9, 2026 · 5 min read
Make Ollama Start on Boot: A systemd Service That Works — AI Tools article on Tidqom
AI Tools

Make Ollama Start on Boot: A systemd Service That Works

The install script sets up a service that works on a desktop and quietly fails on a headless box. Here is the unit I actually run.

August 9, 2026 · 5 min read
Why Ollama's First Response Is Slow (Cold Start Fix) — AI Tools article on Tidqom
AI Tools

Why Ollama's First Response Is Slow (Cold Start Fix)

The first prompt after a pause takes forever, then everything is fast again. That is a model load, not a slow GPU — and it is fixable.

August 9, 2026 · 5 min read
Ollama Answers Get Cut Off Mid-Sentence: num_ctx vs num_predict Explained — AI article on Tidqom
AI

Ollama Answers Get Cut Off Mid-Sentence: num_ctx vs num_predict Explained

Truncated replies and models that "forget" the start of a long document come from two different settings. Here is how I tell them apart and the values I use.

August 1, 2026 · 5 min read
Ollama Error "model requires more system memory": How I Fixed It in 10 Minutes — AI article on Tidqom
AI

Ollama Error "model requires more system memory": How I Fixed It in 10 Minutes

Ollama refuses to load a model and says it needs more system memory than you have. Here is exactly what the number means and the four fixes that worked on my 32 GB / RTX 3060 box.

August 1, 2026 · 6 min read
DeepSeek-R1 Repeats Itself or Outputs Gibberish: The 4 Settings That Fixed It — AI article on Tidqom
AI

DeepSeek-R1 Repeats Itself or Outputs Gibberish: The 4 Settings That Fixed It

Endless loops, repeated sentences or mojibake from DeepSeek-R1 are almost always sampling or quantization — not a broken model. The exact parameters I now use.

August 1, 2026 · 6 min read
Ollama Filled My Disk: How I Moved the Models Directory Safely — AI article on Tidqom
AI

Ollama Filled My Disk: How I Moved the Models Directory Safely

Ollama stores every model on the system drive by default. The exact steps I used to move ~/.ollama/models to a second drive on Linux, Windows and macOS without re-downloading.

August 1, 2026 · 5 min read
Ollama Not Using My NVIDIA GPU in WSL2: The Fix That Finally Worked — AI article on Tidqom
AI

Ollama Not Using My NVIDIA GPU in WSL2: The Fix That Finally Worked

Ollama says "no compatible GPUs were discovered" inside WSL2 even though nvidia-smi works. Here is the exact driver, toolkit and verification sequence that fixed it on my RTX 3060.

August 1, 2026 · 6 min read
Ollama Pull Fails with "max retries exceeded" or EOF: How I Get Downloads to Finish — AI article on Tidqom
AI

Ollama Pull Fails with "max retries exceeded" or EOF: How I Get Downloads to Finish

Model downloads that stall at 97% or die with EOF. The five things that fixed it for me: resume behaviour, MTU, DNS, proxy variables and a corrupted blob cache.

August 1, 2026 · 5 min read
Ollama "connection refused on 127.0.0.1:11434": The 5 Causes I Have Actually Hit — AI article on Tidqom
AI

Ollama "connection refused on 127.0.0.1:11434": The 5 Causes I Have Actually Hit

Your client cannot reach Ollama on port 11434. Here are the five real causes — service not running, wrong host binding, WSL networking, port conflict, and Docker — with the command that fixes each.

August 1, 2026 · 6 min read
DeepSeek-R1 Shows Its <think> Tags in the Output — Here Is How I Strip Them — AI article on Tidqom
AI

DeepSeek-R1 Shows Its <think> Tags in the Output — Here Is How I Strip Them

DeepSeek-R1 prints its whole reasoning chain before the answer. Three ways I remove it: prompt-level, API-level parsing, and a small wrapper I use in every script.

August 1, 2026 · 5 min read
Ollama Running Slow? 7 Fixes That Actually Worked on My Machine — AI article on Tidqom
AI

Ollama Running Slow? 7 Fixes That Actually Worked on My Machine

Same laptop, same 7B model: 4 tokens/s before, 31 after. Seven settings were wrong. Here is the exact order I check them in.

July 30, 2026 · 7 min read