This commit is contained in:
tink2123 2020-07-15 20:26:00 +08:00
parent 2afc57f9fe
commit 5b60ed38a0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ python3 -m pip install paddlepaddle-gpu==1.7.2.post107 -i https://pypi.tuna.tsin
如果您的机器是CPU请运行以下命令安装
python3 -m pip install paddlepaddle==1.8.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
python3 -m pip install paddlepaddle==1.7.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
更多的版本需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。
```