We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
git clone https://github.com/PaddlePaddle/FastDeploy.git cd FastDeploy mkdir build && cd build cmake .. -DENABLE_ORT_BACKEND=ON \ -DENABLE_PADDLE_BACKEND=ON \ -DENABLE_OPENVINO_BACKEND=ON \ -DCMAKE_INSTALL_PREFIX=${PWD}/compiled_fastdeploy_sdk \ -DENABLE_VISION=ON \ -DOPENCV_DIRECTORY=/usr/lib/x86_64-linux-gnu/cmake/opencv4 \ -DENABLE_TEXT=ON make -j12 make install
请问如何用fastdeploy安装在kunpeng920 cpu上,如果paddle backend不支持,可以支持onnx么?仅用fastdeploy的onnx backend如何自己编译?
The text was updated successfully, but these errors were encountered:
aarch64暂时不支持paddle后端,可以关掉编译选项:
-DENABLE_PADDLE_BACKEND=OFF
Sorry, something went wrong.
好的 谢谢
DefTruth
No branches or pull requests
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
环境
请问如何用fastdeploy安装在kunpeng920 cpu上,如果paddle backend不支持,可以支持onnx么?仅用fastdeploy的onnx backend如何自己编译?
The text was updated successfully, but these errors were encountered: