Make ORT_MIGRAPHX_MODEL_CACHE_PATH unconditional in packaged systemd unit
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
release / build (push) Successful in 1m49s

Without a valid MIGraphX cache dir, ONNX Runtime's MIGraphX EP reads an
uninitialized cache path and crashes on the first query rather than just
recompiling on every restart -- confirmed by hand while verifying the rocm
backend. Previously commented out as an opt-in perf tweak; it's actually
required for the rocm backend to work at all, so bakery-installed systems
need it set by default. No-op for cpu/npu/cuda backends.

Version bump: breadmill 0.2.1 -> 0.2.2.
This commit is contained in:
Breadway 2026-07-03 22:38:41 +08:00
parent fdf596e58a
commit e5922e9c90
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "breadmill"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT"