diff --git a/doc/fluid/install/Tables.md b/doc/fluid/install/Tables.md index e71ef2575004d613cc21df24bbb6c1acaab1b9c1..37813c46466b145bfb683eadbb958da66519b8ac 100644 --- a/doc/fluid/install/Tables.md +++ b/doc/fluid/install/Tables.md @@ -228,17 +228,13 @@ PaddePaddle通过编译时指定路径来实现引用各种BLAS/CUDA/cuDNN库。
paddlepaddle-gpu
在windows环境下,会默认安装支持CUDA 10.0和cuDNN 7的对应[版本号]的PaddlePaddle安装包
+需要注意的是,命令中 paddlepaddle-gpu==2.0.0a0
在windows环境下,会默认安装支持CUDA 10.0和cuDNN 7的对应[版本号]的PaddlePaddle安装包
@@ -268,126 +264,65 @@ PaddePaddle通过编译时指定路径来实现引用各种BLAS/CUDA/cuDNN库。
-
版本说明 | -cp27-cp27mu | -cp27-cp27m | -cp35-cp35m | -cp36-cp36m | -cp37-cp37m | -
---|---|---|---|---|---|
cuda10.1-cudnn7-mkl | -- paddlepaddle_gpu-1.8.1-cp27-cp27mu-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp27-cp27m-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp35-cp35m-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp36-cp36m-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp37-cp37m-linux_x86_64.whl | -
paddlepaddle-gpu
will install the installation package of PaddlePaddle that supports CUDA 10.0 and cuDNN 7 by default under Windows environment.
+Please note that: in the commands, paddlepaddle-gpu==2.0.0a0
will install the installation package of PaddlePaddle that supports CUDA 10.0 and cuDNN 7 by default under Windows environment.
@@ -254,141 +250,80 @@ Please note that: in the commands, paddlepaddle-gpu
will install
paddlepaddle-gpu
will install
cpu-mkl: Support CPU training and prediction, use Intel MKL math library
-cpu-openblas: Support CPU training and prediction, use openblas math library
-
-cuda9-cudnn7-openblas: Support GPU training and prediction, use openblas math library
-
-cuda9_cudnn7-mkl: Support GPU training and prediction, use Intel MKL math library
-
cuda10_cudnn7-mkl: Support GPU training and prediction, use Intel MKL math library
@@ -541,39 +470,6 @@ platform tag: similar to 'linux_x86_64', 'any'
-
-
-## **Multi-version whl package list(gcc8.2)-release**
--
version instruction | -cp27-cp27mu | -cp27-cp27m | -cp35-cp35m | -cp36-cp36m | -cp37-cp37m | -
---|---|---|---|---|---|
cuda10.1-cudnn7-mkl | -- paddlepaddle_gpu-1.8.1-cp27-cp27mu-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp27-cp27m-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp35-cp35m-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp36-cp36m-linux_x86_64.whl | -- paddlepaddle_gpu-1.8.1-cp37-cp37m-linux_x86_64.whl | -
-
镜像源 | -镜像说明 | -
---|---|
hub.baidubce.com/paddlepaddle/paddle:[Version] | -安装了指定版本PaddlePaddle | -
hub.baidubce.com/paddlepaddle/paddle:latest | -安装了开发版PaddlePaddle。注意:此版本可能包含尚未发布的特性和不稳定的功能,因此不推荐常规用户或在生产环境中使用。 | -
hub.baidubce.com/paddlepaddle/paddle:latest-gpu | -安装了开发版PaddlePaddle(支持GPU)。注意:此版本可能包含尚未发布的特性和不稳定的功能,因此不推荐常规用户或在生产环境中使用。 | -
hub.baidubce.com/paddlepaddle/paddle:latest-dev | -安装了PaddlePaddle最新的开发环境 | -
-
Mirror source | -Mirror description | -
---|---|
hub.baidubce.com/paddlepaddle/paddle:[Version] | -Install pecified version of PaddlePaddle | -
hub.baidubce.com/paddlepaddle/paddle:latest | -Install development version of PaddlePaddle。Note: This release may contain features and unstable features that have not yet been released, so it is not recommended for regular users or production environments. | -
hub.baidubce.com/paddlepaddle/paddle:latest-gpu | -Install development of PaddlePaddle(support GPU). Note: This release may contain features and unstable features that have not yet been released, so it is not recommended for regular users or production environments. | -
hub.baidubce.com/paddlepaddle/paddle:latest-dev | -Install the latest development environment of PaddlePaddle | -