File tree Expand file tree Collapse file tree 1 file changed +40
-15
lines changed Expand file tree Collapse file tree 1 file changed +40
-15
lines changed Original file line number Diff line number Diff line change 3
3
4
4
.. _install_steps :
5
5
6
- 安装流程
7
- ++++++++
6
+ PaddlePaddle针对不同的用户群体提供了多种安装方式。
8
7
9
- PaddlePaddle提供pip和Docker的安装方式:
8
+ 专注深度学习模型开发
9
+ -----------------
10
+
11
+ PaddlePaddle提供了多种python wheel包,可通过pip一键安装:
12
+
13
+ .. toctree ::
14
+ :maxdepth: 1
15
+
16
+ pip_install_cn.rst
17
+
18
+ 这是最便捷的安装方式,请根据机器配置和系统选择对应的安装包。
19
+
20
+ 关注底层框架
21
+ ----------
22
+
23
+ PaddlePaddle提供了基于Docker的安装方式,请参照以下教程:
24
+
25
+ .. toctree ::
26
+ :maxdepth: 1
27
+
28
+ docker_install_cn.rst
29
+
30
+ 我们推荐在Docker中运行PaddlePaddle,该方式具有以下优势:
31
+
32
+ - 无需单独安装第三方依赖
33
+ - 方便分享运行时环境,易于问题的复现
34
+
35
+ 对于有定制化二进制文件需求的用户,我们同样提供了从源码编译安装PaddlePaddle的方法:
10
36
11
37
.. toctree ::
12
38
:maxdepth: 1
13
39
14
- pip_install_cn.rst
15
- docker_install_cn.rst
40
+ build_from_source_cn.rst
41
+
42
+
43
+ .. warning ::
16
44
17
- 编译流程
18
- ++++++++
45
+ 需要提醒的是,这种安装方式会涉及到一些第三方库的下载、编译及安装,安装过程较长。
19
46
20
- .. warning ::
21
47
22
- 建议直接使用上述安装流程,方便快速安装。只有在遇到需要独立定制的二进制时才需要编译。
48
+ 常见问题汇总
49
+ -----------
23
50
24
- .. toctree ::
25
- :maxdepth: 1
51
+ 如果在安装过程中遇到了问题,请先尝试在下面的页面寻找答案:
26
52
27
- build_from_source_cn .rst
53
+ :ref: ` faq/build_and_install/index_cn .rst`
28
54
29
- 常见问题解答
30
- ++++++++++
55
+ 如果问题没有得到解决,欢迎向PaddlePaddle社区反馈问题:
31
56
32
- `常见问题解答 < http ://www.paddlepaddle.org/docs/develop/documentation/zh/faq/build_and_install/index_cn.html >`_
57
+ `创建issue < https ://github.com/PaddlePaddle/Paddle/issues/new >`_
You can’t perform that action at this time.
0 commit comments