pykeio / ort

Fast ML inference & training for Rust with ONNX Runtime
https://ort.pyke.io/
Apache License 2.0
859 stars 100 forks source link

`cargo test` requires manually copying the DLL to `target\debug\deps` #233

Closed 86maid closed 3 months ago

86maid commented 3 months ago

Since the automatically generated DLL is located in target\debug, it needs to be manually copied to target\debug\deps.

decahedron1 commented 3 months ago

If you enable developer mode in Windows, ort will set up symlinks in the examples & deps dirs. Otherwise it will only copy binaries to target/debug/.