Ollama Keep Alive: Unload Models from VRAM
Ollama holds models in VRAM after every request. Set keep_alive, force an unload through the API, and cap how many models stay resident at once.
All the articles with the tag "ai".
Ollama holds models in VRAM after every request. Set keep_alive, force an unload through the API, and cap how many models stay resident at once.
ComfyUI, Fooocus, A1111, and Forge compared for local AI image generation, which to pick based on your GPU, Docker comfort level, and workflow needs.
Text Generation Web UI vs KoboldCpp: setup, model formats, samplers, APIs, and performance compared so you can pick the right local LLM frontend fast.
Compare LangGraph, CrewAI, and AutoGen with real Python examples, local-LLM wiring for each, and a no-nonsense breakdown of which one to actually use.
Self-hosting a ChatGPT alternative? Open WebUI owns local Ollama models; LibreChat handles Claude, GPT, Gemini, and more. Setup, RAG, and trade-offs compared.
Fine-tune an LLM on your gaming GPU with LoRA and QLoRA: dataset prep, Hugging Face, Unsloth, VRAM math, a full walkthrough, and mistakes that waste your afternoon.
Master Ollama with Modelfiles, GPU tuning, API usage, and performance tricks. Stop running 70B models on 8GB VRAM and wondering why everything is slow.
Run OpenAI Whisper or Faster-Whisper locally with Docker. Better privacy, zero API costs, and surprisingly good accuracy, even on a potato CPU.
Compare Continue.dev, Cody, and Tabby, three self-hosted AI code assistants that keep your code private, cost nothing per token, and work offline.
CUDA vs ROCm for AI on Linux: NVIDIA's easy path, AMD's emotional journey, and why CPU inference isn't dead yet. Real Docker setups included.
Flowise vs Langflow compared: self-hosted, Docker-ready visual LLM workflow builders. Build no-code AI pipelines, RAG chatbots, and more, without losing your mind.
Temperature, top-p, top-k, context length, LLM inference parameters explained so you stop guessing why the model gives weird output.