How to install ONNX Runtime after building from source? (Windows) #23912
Unanswered
axbycc-mark
asked this question in
General
Replies: 1 comment 2 replies
-
You don't really install it, unless you're referring to the python wheel? You build it and can link against the shared library for any app you're building (depending on which language binding you're using). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The repo comes with a
build.bat
. I've followed the directions to build ONNX Runtime, which generated a bunch of files in the build directory. How do I actually install the relevant files to my system?I've also asked on StackOverflow, with some more details. https://stackoverflow.com/questions/79488203/how-to-install-onnx-runtime-after-building-from-scratch
Beta Was this translation helpful? Give feedback.
All reactions