forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE=4588791 fix PaddlePaddle name error in doc
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1416 1ad973e4-5ce8-4261-8a94-b56d1f490c56
- Loading branch information
wangyanfei01
committed
Aug 30, 2016
1 parent
d9ea3c2
commit 1e08258
Showing
8 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
安装Paddle | ||
安装PaddlePaddle | ||
========== | ||
|
||
Paddle提供数个预编译的二进制来进行安装。他们包括Docker镜像,ubuntu的deb安装包等 | ||
。欢迎贡献更多的安装包。我们更推荐使用Docker镜像来部署Paddle环境。 | ||
PaddlePaddle提供数个预编译的二进制来进行安装。他们包括Docker镜像,ubuntu的deb安装包等 | ||
。欢迎贡献更多的安装包。我们更推荐使用Docker镜像来部署PaddlePaddle环境。 | ||
|
||
.. toctree:: | ||
docker_install.rst | ||
ubuntu_install.rst | ||
ubuntu_install.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
使用deb包在Ubuntu上安装paddle | ||
使用deb包在Ubuntu上安装PaddlePaddle | ||
============================= | ||
|
||
Paddle目前支持ubuntu 14.04版本使用deb包安装。更多的安装包Paddle会在近期提供。 | ||
PaddlePaddle目前支持ubuntu 14.04版本使用deb包安装。更多的安装包PaddlePaddle会在近期提供。 | ||
欢迎大家贡献各个发行版的安装包(例如,ubuntu,centos,debian,gentoo)。 | ||
|
||
Paddle的ubuntu安装包分为两个版本,即CPU版本,和GPU版本,他们的下载地址是: | ||
PaddlePaddle的ubuntu安装包分为两个版本,即CPU版本,和GPU版本,他们的下载地址是: | ||
|
||
* CPU版本的paddle安装包: TBD | ||
* GPU版本的paddle安装包: TBD | ||
* CPU版本的PaddlePaddle安装包: TBD | ||
* GPU版本的PaddlePaddle安装包: TBD | ||
|
||
需要注意的是,目前paddle的安装包只支持 | ||
需要注意的是,目前PaddlePaddle的安装包只支持 | ||
`AVX <https://en.wikipedia.org/wiki/Advanced_Vector_Extensions>`_ | ||
指令集的X86 CPU。如果系统使用不支持 `AVX`_ 指令集的CPU运行Paddle,那么需要从源码 | ||
编译Paddle,请参考 `编译文档 <../cmake/index.html>`_ 。 | ||
指令集的X86 CPU。如果系统使用不支持 `AVX`_ 指令集的CPU运行PaddlePaddle,那么需要从源码 | ||
编译PaddlePaddle,请参考 `编译文档 <../cmake/index.html>`_ 。 | ||
|
||
用户需要先讲paddle安装包下载到本地,然后执行如下命令即可完成安装。 | ||
用户需要先将PaddlePaddle安装包下载到本地,然后执行如下命令即可完成安装。 | ||
|
||
.. code-block:: shell | ||
dpkg -i paddle-1.0.0-cpu.deb | ||
apt-get install -f | ||
需要注意的是,如果使用GPU版本的paddle,请安装CUDA 7.5 和CUDNN 5到本地环境中,并 | ||
需要注意的是,如果使用GPU版本的PaddlePaddle,请安装CUDA 7.5 和CUDNN 5到本地环境中,并 | ||
设置好对应的环境变量(LD_LIBRARY_PATH等等)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters