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

FastDeploy Streamer 编译时候,是否必须要FastDeploy预编译库? #68416

Open
dxisdx opened this issue Sep 24, 2024 · 1 comment
Open
Assignees
Labels

Comments

@dxisdx
Copy link

dxisdx commented Sep 24, 2024

请提出你的问题 Please ask your question

FastDeploy Streamer 编译时候,是否必须要FastDeploy预编译库?
根据github的教程,我编译FastDeploy Streamer的时候,发现教程写得意义不太清楚,教程写的如下:

编译Streamer

cd FastDeploy/streamer/
mkdir build && cd build/

下载FastDeploy预编译库,用户可在上文提到的FastDeploy预编译库中自行选择合适的版本使用

wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-x.x.x.tgz
tar xvf fastdeploy-linux-x64-x.x.x.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-x.x.x
make -j

意思是编译FastDeploy Streamer的时候必须要下载`FastDeploy预编译库吗?你们的aarch64预编译库也是失效的地址:https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-aarch64-1.0.7.tgz
我用的RK3568芯片,我的FastDeploy已经自己编译安装好了,是不是就可以不用下载你们的预编译库了,命令方面需要怎么操作呢?

@dxisdx dxisdx added status/new-issue 新建 type/question 用户提问 labels Sep 24, 2024
@wangguan1995
Copy link

wangguan1995 commented Sep 25, 2024

目前paddle支持以下国产芯片的推理,部分支持预编译库
https://www.paddlepaddle.org.cn/documentation/docs/zh/hardware_support/hardware_info_cn.html#paddle-inference

image

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

No branches or pull requests

4 participants