bread-ecosystem/bread-onnx
Breadway b907b92faf bread-onnx: fix workspace test build with load-dynamic dev-dependency
cargo test --workspace failed to link bread-onnx's own unit tests
(undefined symbol OrtGetApiBase) because nothing in this workspace
supplies an ort backend — that's deliberately left to each downstream
consumer app (breadarr, breadmill, breadpad) in their own repos. None
of bread-onnx's unit tests actually open an ONNX session, so enabling
ort's load-dynamic feature as a dev-dependency (unifies into this
crate's own test builds only, never into downstream consumers) is
enough to satisfy the linker without requiring a real onnxruntime.
2026-08-07 10:51:24 +08:00
..
src bread-onnx: default a MIGraphX kernel cache path if the caller hasn't set one 2026-07-17 10:08:26 +08:00
Cargo.toml bread-onnx: fix workspace test build with load-dynamic dev-dependency 2026-08-07 10:51:24 +08:00