未验证 提交 f4f5857d 编写于 作者: G Guanghua Yu 提交者: GitHub

fix install docs (#4591)

上级 b999092e
...@@ -10,7 +10,7 @@ For general information about PaddleDetection, please see [README.md](https://gi ...@@ -10,7 +10,7 @@ For general information about PaddleDetection, please see [README.md](https://gi
## Requirements: ## Requirements:
- PaddlePaddle 2.1 - PaddlePaddle 2.2
- OS 64 bit - OS 64 bit
- Python 3(3.5.1+/3.6/3.7/3.8/3.9),64 bit - Python 3(3.5.1+/3.6/3.7/3.8/3.9),64 bit
- pip/pip3(9.0.1+), 64 bit - pip/pip3(9.0.1+), 64 bit
...@@ -40,7 +40,7 @@ Dependency of PaddleDetection and PaddlePaddle: ...@@ -40,7 +40,7 @@ Dependency of PaddleDetection and PaddlePaddle:
``` ```
# CUDA10.1 # CUDA10.1
python -m pip install paddlepaddle-gpu==2.1.0.post101 -f https://paddlepaddle.org.cn/whl/mkl/stable.html python -m pip install paddlepaddle-gpu==2.2.0.post101 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
# CPU # CPU
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
## 环境要求 ## 环境要求
- PaddlePaddle 2.1 - PaddlePaddle 2.2
- OS 64位操作系统 - OS 64位操作系统
- Python 3(3.5.1+/3.6/3.7/3.8/3.9),64位版本 - Python 3(3.5.1+/3.6/3.7/3.8/3.9),64位版本
- pip/pip3(9.0.1+),64位版本 - pip/pip3(9.0.1+),64位版本
...@@ -18,8 +18,8 @@ PaddleDetection 依赖 PaddlePaddle 版本关系: ...@@ -18,8 +18,8 @@ PaddleDetection 依赖 PaddlePaddle 版本关系:
| PaddleDetection版本 | PaddlePaddle版本 | 备注 | | PaddleDetection版本 | PaddlePaddle版本 | 备注 |
| :------------------: | :---------------: | :-------: | | :------------------: | :---------------: | :-------: |
| develop | >= 2.2.0rc | Dygraph mode is set as default | | develop | >= 2.2.0rc | 默认使用动态图模式 |
| release/2.3 | >= 2.2.0rc | Dygraph mode is set as default | | release/2.3 | >= 2.2.0rc | 默认使用动态图模式 |
| release/2.2 | >= 2.1.2 | 默认使用动态图模式 | | release/2.2 | >= 2.1.2 | 默认使用动态图模式 |
| release/2.1 | >= 2.1.0 | 默认使用动态图模式 | | release/2.1 | >= 2.1.0 | 默认使用动态图模式 |
| release/2.0 | >= 2.0.1 | 默认使用动态图模式 | | release/2.0 | >= 2.0.1 | 默认使用动态图模式 |
...@@ -34,7 +34,7 @@ PaddleDetection 依赖 PaddlePaddle 版本关系: ...@@ -34,7 +34,7 @@ PaddleDetection 依赖 PaddlePaddle 版本关系:
``` ```
# CUDA10.1 # CUDA10.1
python -m pip install paddlepaddle-gpu==2.1.0.post101 -f https://paddlepaddle.org.cn/whl/mkl/stable.html python -m pip install paddlepaddle-gpu==2.2.0.post101 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
# CPU # CPU
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册