提交 f0cfc3c3 编写于 作者: X xsrobin 提交者: XiaoguangHu

modify install GPU 97 (#18768)

* modify install GPU97

* modify install GPU97
上级 95c1816e
......@@ -23,12 +23,13 @@ Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddl
```
# Linux CPU
pip install paddlepaddle
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu
# Linux GPU cuda10cudnn7
pip install paddlepaddle-gpu==1.5.1.post107
pip install paddlepaddle-gpu
# Linux GPU cuda8cudnn7
pip install paddlepaddle-gpu==1.5.1.post87
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu==1.5.1.post97
# For installation on other platform, refer to http://paddlepaddle.org/
```
......
......@@ -21,12 +21,13 @@ PaddlePaddle (PArallel Distributed Deep LEarning) 是一个简单易用、高效
```
# Linux CPU
pip install paddlepaddle
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu
# Linux GPU cuda10cudnn7
pip install paddlepaddle-gpu==1.5.1.post107
pip install paddlepaddle-gpu
# Linux GPU cuda8cudnn7
pip install paddlepaddle-gpu==1.5.1.post87
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu==1.5.1.post97
# 其他平台上的安装指引请参考 http://paddlepaddle.org/
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册