|
|
|
@ -12,20 +12,38 @@ Install using pip
|
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
|
|
Run the following command to install PaddlePaddle on the current
|
|
|
|
|
machine, it will also download requirements, the version is cpu_avx_openblas.
|
|
|
|
|
machine, it will also download requirements.
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
pip install paddlepaddle
|
|
|
|
|
|
|
|
|
|
the default version is 0.12.0, cpu_avx_openblas, you can specify the versions to satisfy your demands, like:
|
|
|
|
|
|
|
|
|
|
If you wish to install GPU version (cuda7.5_cudnn5_avx_openblas), just run:
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
pip install paddlepaddle==0.11.0
|
|
|
|
|
|
|
|
|
|
If you need to install a GPU-enabled version (cuda8.0_cudnn5_avx_openblas), you need to run:
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
pip install paddlepaddle-gpu
|
|
|
|
|
|
|
|
|
|
If you wish to install the latest develop branch PaddlePaddle,
|
|
|
|
|
The default version is also 0.12.0, PaddlePaddle provides several versions of packages for different needs, as shown in the table:
|
|
|
|
|
|
|
|
|
|
================================= ========================================
|
|
|
|
|
版本号 版本说明
|
|
|
|
|
================================= ========================================
|
|
|
|
|
paddlepaddle-gpu==0.12.0 0.12.0 built with CUDA 8.0 and cuDNN 5
|
|
|
|
|
paddlepaddle-gpu==0.11.0.post87 0.11.0 built with CUDA 8.0 and cuDNN 7
|
|
|
|
|
paddlepaddle-gpu==0.11.0.post8 0.11.0 built with CUDA 8.0 and cuDNN 5
|
|
|
|
|
paddlepaddle-gpu==0.11.0 0.11.0 built with CUDA 7.5 and cuDNN 5
|
|
|
|
|
================================= ========================================
|
|
|
|
|
|
|
|
|
|
You can find all versions released of paddlepaddle-gpu in `Release History <https://pypi.org/project/paddlepaddle-gpu/#history>`_ .
|
|
|
|
|
|
|
|
|
|
If you wish to install the latest develop branch PaddlePaddle,
|
|
|
|
|
you can download the latest whl package from our CI system. Access
|
|
|
|
|
the below links, log in as guest, then click at the "Artifact"
|
|
|
|
|
tab, you'll find the download link of whl packages.
|
|
|
|
@ -78,7 +96,7 @@ FAQ
|
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
|
|
- paddlepaddle*.whl is not a supported wheel on this platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main cause of this issue is that your current platform is
|
|
|
|
|
not supported. Please check that you are using Python 2.7 series.
|
|
|
|
|
Besides, pypi only supports manylinux1 standard, you'll need to
|
|
|
|
|