Built ONNX Runtime... now what? #22902
Unanswered
WilliamVenner
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built ONNX Runtime from source.
How do I "generate" the distributable form of it?
I.e., when I download ONNX Runtime from the releases page, I get a zip containing lib/ and include/
Directly inside include/ are some header files. Directly inside lib/ are some .so files.
However, include/ in the git repository of ONNX Runtime does not match the other include/ directory at all (the directory structure is much more complex than just a folder containing header files), and so the dependency that requires ONNX Runtime fails to include the header file.
Additionally, there are .so files under build/Linux/Release/ in my build, but I don't know which are relevant to the redistributable zip.
How do I generate the distributable form of ONNX Runtime? I don't see this mentioned in any documentation and it's difficult to figure out from the build scripts/Dockerfiles.
Beta Was this translation helpful? Give feedback.
All reactions