Skip to content

自己编译的时候报错:Paddle Backend doesn't support linux aarch64 now.  #1743

@aixuedegege

Description

@aixuedegege

温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度


环境

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
  • 【系统平台】: Linux localhost.localdomain 4.19.90-24.4.v2101.ky10.aarch64 fixed yolov5 and retinaface links #1 SMP Mon May 24 14:45:37 CST 2021 aarch64 aarch64 aarch64 GNU/Linux
  • 【硬件】: 说明具体硬件型号,kunpeng 920
  • 【编译语言】: gcc(7.3.0) / Python(3.7.4)

请问如何用fastdeploy安装在kunpeng920 cpu上,如果paddle backend不支持,可以支持onnx么?仅用fastdeploy的onnx backend如何自己编译?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions