Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory #521

Open
linlongrd opened this issue May 9, 2024 · 2 comments
Open

No such file or directory #521

linlongrd opened this issue May 9, 2024 · 2 comments
Assignees

Comments

@linlongrd
Copy link

error while loading shared libraries: libpaddle2onnx.so.1.0.0rc2: cannot open shared object file: No such file or directory

@linlongrd
Copy link
Author

./paddlelit: error while loading shared libraries: libdnnl.so.3: cannot open shared object file: No such file or directory

@bukejiyu
Copy link
Collaborator

bukejiyu commented May 20, 2024

1.if you compiling with source code,you can add cmake .. -GNinja -DPY_VERSION=3.8 -DWITH_GPU=ON -WITH_ONNXRUNTIME=ON -WITH_ONEDNN=ON.Then, modify ${paddle_inference_demo} compile.sh and set LIB_DIR=${paddle_path}/build/paddle_inference_install_dir.
2. Ensure that the paddle version you downloaded comes with some compilation options -WITH_ONNXRUNTIME=ON -WITH_ONEDNN=ON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants