Replies: 1 comment 1 reply
-
走 xmake install -o outputdir 安装,或者直接 xmake run 运行 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
大家好,
1,使用onnxruntime时,xmake 编译调试都没问题,在终端运行时,需要拷贝.so文件才可以运行;
2,使用本地库onnxruntime-gpu 版本时,编译没问题,调试找不到.so,报错:
error while loading shared libraries: libonnxruntime.so.1.12.1: cannot open shared object file: No such file or directory
在终端运行,拷贝.so,运行正常,路径确认多次,env也根据rpathdir LD_LIBRARY_PATH设置过,没有成功。
3,如何在linux下自动打包,查找.so库等文件呢?xmake 有类似 conan 的 deploy功能吗?看到只有android。
感谢大家。
Beta Was this translation helpful? Give feedback.
All reactions