Python 官方文档:入门教程 => 点击学习
目录1.环境准备1.1 cmake1.2 python1.3 cuda1.4 Python包1.5 创建编译文件夹1.6 启用visual studio终端1.7 开始编译1.8 D
cmake --version
cmake version 3.25.1-msvc1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
(p2) PS D:\Paddle> python --version
Python 3.9.16
(p2) PS D:\Paddle> nvidia-smi
Wed Apr 5 17:06:19 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 516.94 Driver Version: 516.94 CUDA Version: 11.7 |
(p2) PS D:\Paddle> pip install numpy protobuf wheel ninja
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: numpy in i:\miniconda3\envs\p2\lib\site-packages (1.23.2)
Requirement already satisfied: protobuf in i:\miniconda3\envs\p2\lib\site-packages (3.20.3)
Requirement already satisfied: wheel in i:\miniconda3\envs\p2\lib\site-packages (0.38.4)
Requirement already satisfied: ninja in i:\miniconda3\envs\p2\lib\site-packages (1.11.1)
mkdir D:\workspace && cd /d D:\workspace
git clone Https://GitHub.com/PaddlePaddle/Paddle.git
cd Paddle
**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.5.3
** Copyright (c) 2022 Microsoft Corporation
**********************************************************************
C:\Program Files\Microsoft Visual Studio\2022\Professional>d:
D:\>cd Paddle
D:\Paddle>
先编译CPU版本吧,因为GPU的cuda和cudnn环境变量不会写(偷懒用conda安装的)
cmake .. -GNinja -DWITH_GPU=OFF -DWITH_Unity_BUILD=ON
ninja
编译过程中会下载东西,所以建议不要断网。 此过程中:
docker run --name paddle-test -v 123456:/paddle --network=host -it reGIStry.baidubce.com/paddlepaddle/paddle:latest-dev /bin/bash
3 times.
CMake Error at /paddle/build/third_party/dlpack/tmp/extern_dlpack-gitclone.cmake:31 (message):
Failed to clone repository: 'https://github.com/dmlc/dlpack.git'
CMakeFiles/extern_dlpack.dir/build.make:91: recipe for target 'third_party/dlpack/src/extern_dlpack-stamp/extern_dlpack-download' failed
make[2]: *** [third_party/dlpack/src/extern_dlpack-stamp/extern_dlpack-download] Error 1
CMakeFiles/Makefile2:4791: recipe for target 'CMakeFiles/extern_dlpack.dir/all' failed
make[1]: *** [CMakeFiles/extern_dlpack.dir/all] Error 2
fatal: unable to access 'https://github.com/JuliaStrings/utf8proc.git/': Failed to connect to github.com port 443: Connection refused
-- Had to git clone more than once:
3 times.
CMake Error at /paddle/build/third_party/utf8proc/tmp/extern_utf8proc-gitclone.cmake:31 (message):
Failed to clone repository: 'https://github.com/JuliaStrings/utf8proc.git'
CMakeFiles/extern_utf8proc.dir/build.make:90: recipe for target 'third_party/utf8proc/src/extern_utf8proc-stamp/extern_utf8proc-download' failed
make[2]: *** [third_party/utf8proc/src/extern_utf8proc-stamp/extern_utf8proc-download] Error 1
CMakeFiles/Makefile2:4818: recipe for target 'CMakeFiles/extern_utf8proc.dir/all' failed
以上就是详解Windows下源码编译PaddlePaddle的详细内容,更多关于Windows编译PaddlePaddle的资料请关注编程网其它相关文章!
--结束END--
本文标题: 详解Windows下源码编译PaddlePaddle
本文链接: https://lsjlt.com/news/203202.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0