Remove 'load-dynamic' feature of 'ort' dependency

It's unclear why we'd want this feature. It seems to make things even
less isolated and self-contained than it already is, which certainly
isn't a boon for an example.
This commit is contained in:
Daniel Müller
2025-12-27 06:36:07 -08:00
parent 21ffe8576e
commit 2a08f0b90d
2 changed files with 2 additions and 13 deletions

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
ort = { version = "2.0.0-rc.2", features = ["load-dynamic", "ndarray"] }
ort = { version = "2.0.0-rc.2", features = ["ndarray"] }
ndarray = "0.15"
hound = "3"