feat: enable ROCm EP for GPU inference, add rocm-runtime system dep
Some checks failed
release / build (push) Failing after 3m32s

Switches ort from load-dynamic to rocm feature so the ROCm execution
provider is compiled in. Adds rocm-runtime to bakery system_deps so
bakery doctor/install can verify it's present.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-07 15:59:02 +08:00
parent 3b7609f354
commit e23a7a97cd
3 changed files with 7 additions and 18 deletions

View file

@ -1,7 +1,7 @@
name = "breadpad"
description = "Quick-capture scratchpad and note viewer with AI classification"
binaries = ["breadpad", "breadman"]
system_deps = ["gtk4", "gtk4-layer-shell"]
system_deps = ["gtk4", "gtk4-layer-shell", "rocm-runtime"]
bread_deps = []
[config]