Replies: 1 comment 2 replies
-
It's possible for the core code, see the onnxruntime test library for an example, it statically links the files. But the providers like cuda/etc are still setup to build/load as shared libraries. You'd have to do code changes to make this work, as it is unsupported. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to build static library of libOnnxruntime if somebody is aware? We are stuck. As per our business use case we can not use .so library.
Feeling really stuck on the same.
Beta Was this translation helpful? Give feedback.
All reactions