project-nomad/admin/app
Chris Sherwood f6db05bed2 fix(benchmark): Detect Intel Arc Graphics on Core Ultra processors
When running in Docker, the systeminformation library cannot see the
host's GPU hardware. This adds a fallback to detect Intel integrated
graphics from the CPU model name, similar to how we handle AMD APUs
with Radeon graphics.

Intel Core Ultra processors (Meteor Lake, Arrow Lake) include Intel
Arc Graphics integrated. This change detects "Core Ultra" in the CPU
brand and reports "Intel Arc Graphics (Integrated)" as the GPU model.

Note: This is for display purposes only - Ollama does not support
Intel integrated graphics for AI acceleration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 20:43:41 -08:00
..
controllers feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
exceptions fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00
jobs feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
middleware feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
models feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
services fix(benchmark): Detect Intel Arc Graphics on Core Ultra processors 2026-01-31 20:43:41 -08:00
utils feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
validators feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00