project-nomad/admin
Chris Sherwood fe08fc0e28 fix(GPU): persist GPU type to KV store for reliable passthrough
GPU detection results were only applied at container creation time and
never persisted. If live detection failed transiently (Docker daemon
hiccup, runtime temporarily unavailable), Ollama would silently fall
back to CPU-only mode with no way to recover short of force-reinstall.

Now _detectGPUType() persists successful detections to the KV store
(gpu.type = 'nvidia' | 'amd') and uses the saved value as a fallback
when live detection returns nothing. This ensures GPU config survives
across container recreations regardless of transient detection failures.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 10:13:54 -07:00
..
app fix(GPU): persist GPU type to KV store for reliable passthrough 2026-03-20 10:13:54 -07:00
bin feat: curated content system overhaul 2026-02-11 15:44:46 -08:00
commands fix: improve download reliability with stall detection, failure visibility, and Wikipedia status tracking 2026-03-19 19:25:25 -07:00
config feat: make Nomad fully composable 2026-03-20 02:11:48 +00:00
constants feat(UI): add Night Ops dark mode with theme toggle 2026-03-19 23:19:17 +00:00
database feat: support for updating services 2026-03-11 14:08:09 -07:00
docs fix(docs): remove internal security audit from public documentation 2026-03-20 10:13:54 -07:00
inertia fix(downloads): allow users to dismiss failed downloads 2026-03-20 10:13:54 -07:00
providers fix(Maps): static path resolution 2026-01-23 14:17:25 -08:00
public feat(UI): add Support the Project settings page 2026-03-19 23:19:17 +00:00
resources/views feat(UI): add Night Ops dark mode with theme toggle 2026-03-19 23:19:17 +00:00
start fix(downloads): allow users to dismiss failed downloads 2026-03-20 10:13:54 -07:00
tests feat: initial commit 2025-06-29 15:51:08 -07:00
types fix(GPU): persist GPU type to KV store for reliable passthrough 2026-03-20 10:13:54 -07: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 fix: upgrade systeminformation to 5.31.0 (CVE-2026-26318) 2026-03-19 23:19:18 +00:00
package.json fix: upgrade systeminformation to 5.31.0 (CVE-2026-26318) 2026-03-19 23:19:18 +00: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