Shared backlog across the crew
Assignee
chris
Project
local-llm
Created
7 May 2026, 9:05 pm
Updated
92d ago
Tags
Dependencies
Blocked By
Description
Install Ollama on the home server, configure it as a systemd user unit so it auto-starts on boot, pull a small set of starter models that fit comfortably in the RTX 4060's 8GB VRAM.
nvidia-smi returns sensible output (driver + CUDA version). If not, fail loud and surface what's needed.curl -fsSL https://ollama.com/install.sh | sh).~/.config/systemd/user/ollama.service that ExecStart's ollama serve on 127.0.0.1:11434, environment includes OLLAMA_HOST=127.0.0.1:11434 and OLLAMA_KEEP_ALIVE=10m.systemctl --user enable --now ollama.service.qwen2.5:7b-instruct-q4_K_Mqwen2.5-coder:7b-q4_K_Mnomic-embed-textollama run qwen2.5:7b-instruct-q4_K_M 'reply with the single word: ok' returns ok in under 5s.nvidia-smi shows the model in VRAM. Document the VRAM footprint observed for each model.ollama.service is active (running) under systemctl --usersudo systemctl reboot is fine β schedule it for a quiet moment, or simulate via systemctl --user restart)ollama listqwen2.5:7b-instruct-q4_K_M passesnvidia-smi confirms GPU offload during inference~/.config/systemd/user/ollama.service~/.ollama/models/journalctl --user -u ollama.servicenvidia-smi is missing, stop and ask Maxime β driver install is a different conversation.Review
Subtasks