1. 首页
  2. 人工智能
  3. 深度学习
  4. Paddle 2.5.0rc1 Compilation Aarch64 Architecture

Paddle 2.5.0rc1 Compilation Aarch64 Architecture

上传者: 2023-11-19 10:06:35上传 WHL文件 53.99MB 热度 17次

The compilation of Paddle version 2.5.0 on the aarch64 architecture has been successfully achieved, with a successful installation process. The compilation instructions were executed on the Kunpeng server within the company. To install the necessary dependencies, CMake version 3.16.8 was downloaded and installed using the commands: 'wget https://github.com/Kitware/CMake/releases/download/v3.16.8/cmake-3.16.8.tar.gz', 'tar -xzf cmake-3.16.8.tar.gz && cd cmake-3.16.8', './bootstrap', 'make', and 'sudo make install'. Additionally, Patchelf was installed by cloning the repository 'https://github.com/NixOS/patchelf', and executing the commands: 'cd patchelf', './bootstrap.sh', './configure', 'make check', and 'sudo make install'. The final step involved cloning the Paddle repository 'https://github.com/Paddle/Paddle.git', checking out the version 'v2.5.0-rc1', creating a 'build' directory, and navigating into it.

下载地址
用户评论