project-nomad/admin
Chris Sherwood 6783cda222 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-05 14:34:28 -08:00
..
app feat(GPU): warn when GPU passthrough not working and offer one-click fix 2026-03-05 14:34:28 -08:00
bin feat: curated content system overhaul 2026-02-11 15:44:46 -08:00
commands feat: cron job for system update checks 2026-02-06 15:40:30 -08:00
config feat(AI Assistant): custom name option for AI Assistant 2026-03-04 20:05:14 -08:00
constants feat(AI Assistant): custom name option for AI Assistant 2026-03-04 20:05:14 -08:00
database feat: curated content system overhaul 2026-02-11 15:44:46 -08:00
docs docs(release): finalize v1.28.0 release notes [skip ci] 2026-03-05 04:08:18 +00:00
inertia feat(GPU): warn when GPU passthrough not working and offer one-click fix 2026-03-05 14:34:28 -08:00
providers fix(Maps): static path resolution 2026-01-23 14:17:25 -08:00
public feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
resources/views fix(admin): add favicons 2026-01-13 06:58:05 -08:00
start feat(RAG): allow deletion of files from KB 2026-03-04 20:05:14 -08:00
tests feat: initial commit 2025-06-29 15:51:08 -07:00
types feat(GPU): warn when GPU passthrough not working and offer one-click fix 2026-03-05 14:34:28 -08:00
util feat: display model download progress 2026-02-06 16:22:23 -08:00
views feat: initial commit 2025-06-29 15:51:08 -07:00
.editorconfig feat: initial commit 2025-06-29 15:51:08 -07:00
.env.example feat: Add Windows Docker Desktop support for local development 2026-01-19 10:29:24 -08:00
ace.js feat: initial commit 2025-06-29 15:51:08 -07:00
adonisrc.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
eslint.config.js feat: openwebui+ollama and zim management 2025-07-09 09:08:21 -07:00
package-lock.json feat(RAG): display embedding queue and improve progress tracking 2026-03-04 20:05:14 -08:00
package.json build(deps): bump fast-xml-parser from 5.3.6 to 5.3.8 in /admin 2026-03-04 20:05:14 -08:00
tailwind.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00
tsconfig.json feat: initial commit 2025-06-29 15:51:08 -07:00
vite.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00