Ort dylibs providers not bundled #2685
Unanswered
Omicronlawful
asked this question in
Q&A
Replies: 1 comment
-
You mean the dylib does not depend on these execution provider dylibs? In that case maturin won't know they are required to bundle. Consider use auditwheel instead since it has more customized options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
The execution providers which will be copied into the target folder when building will not be bundled. I believe the issue is that the libs are not required. It links depending on if cuda is available
Your maturin version (
maturin --version
)1.9.1
Your Python version (
python -V
)3.13
Your pip version (
pip -V
)25.1.1
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
Beta Was this translation helpful? Give feedback.
All reactions