project-nomad/admin/app/services
Chris Sherwood f7515d8e19
feat(GPU): warn when GPU passthrough not working and offer one-click fix
Ollama can silently run on CPU even when the host has an NVIDIA GPU,
resulting in ~3 tok/s instead of ~167 tok/s. This happens when Ollama
was installed before the GPU toolkit, or when the container was
recreated without proper DeviceRequests. Users had zero indication.

Adds a GPU health check to the system info API response that detects
when the host has an NVIDIA runtime but nvidia-smi fails inside the
Ollama container. Shows a warning banner on the System Information
and AI Settings pages with a one-click "Reinstall AI Assistant"
button that force-reinstalls Ollama with GPU passthrough.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 21:05:49 +00:00
..
benchmark_service.ts fix(Benchmark): improved error reporting and fix sysbench race condition 2026-02-11 22:09:31 -08:00
chat_service.ts fix(AI): leave chat suggestions disabled by default 2026-02-18 14:52:06 -08:00
collection_manifest_service.ts fix: update default branch name 2026-03-01 16:08:46 -08:00
collection_update_service.ts feat: curated content update checking 2026-02-11 21:49:46 -08:00
docker_service.ts fix: improve type-safety for KVStore values 2026-03-03 20:51:38 -08:00
docs_service.ts feat: zim content embedding 2026-02-08 13:20:10 -08:00
download_service.ts fix(Downloads): sort active downloads by progress descending 2026-02-08 13:14:04 -08:00
map_service.ts feat: curated content system overhaul 2026-02-11 15:44:46 -08:00
ollama_service.ts fix(AI): allow force refresh of models list 2026-03-11 21:05:49 +00:00
queue_service.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
rag_service.ts feat(RAG): allow deletion of files from KB 2026-03-04 20:05:14 -08:00
system_service.ts feat(GPU): warn when GPU passthrough not working and offer one-click fix 2026-03-11 21:05:49 +00:00
system_update_service.ts fix: update channel flexibility 2026-03-05 04:06:56 +00:00
zim_extraction_service.ts feat: zim content embedding 2026-02-08 13:20:10 -08:00
zim_service.ts fix: update default branch name 2026-03-01 16:08:46 -08:00