提交 ec6e3456 编写于 作者: J Jiabin Yang 提交者: xsrobin

Update install doc (#933)

* test=develop, update install doc

* add setuptools dependency

* Update compile_Ubuntu.md

update cudnn version

* Update install_Ubuntu.md

update cudnn version

* Update install_CentOS.md

update cudnn version

* test=develop, refine ubuntu cuda support

* test=develop, refine ubuntu cuda support

* test=develop, refine python support on python3.5

* fix python2 in ubuntu16.04 need gcc 5.4

* add nccl related doc

* refine doc

* add gpu fast install doc
上级 8643a0e5
......@@ -10,7 +10,13 @@ PaddlePaddle支持使用pip快速安装, 执行下面的命令完成CPU版本
pip install paddlepaddle
如需安装GPU版本的PaddlePaddle,或查阅更详细的安装方法,请参考:`安装说明 <../beginners_guide/install/index_cn.html>`_
如需安装GPU版本的PaddlePaddle,执行下面的命令完成GPU版本的快速安装:
.. code-block:: bash
pip install paddlepaddle-gpu
同时请保证您参考NVIDIA官网,已经正确配置和安装了显卡驱动,`CUDA 9 <https://docs.nvidia.com/cuda/cuda-installation-guide-linux/>`_ ,`cuDNN 7.3 <https://docs.nvidia.com/deeplearning/sdk/cudnn-install/>`_ ,`NCCL2 <https://developer.nvidia.com/nccl/nccl-download/>`_ 等依赖,其他更加详细的安装信息请参考:`安装说明 <../beginners_guide/install/index_cn.html>`_
快速使用
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册