diff --git a/docs/install/Tables.md b/docs/install/Tables.md
index 8c46b9216c6..ec04bc292ab 100644
--- a/docs/install/Tables.md
+++ b/docs/install/Tables.md
@@ -621,13 +621,6 @@ platform tag: 类似 'linux_x86_64', 'any'
paddlepaddle_gpu-latest-cp39-cp39-linux_x86_64.whl |
paddlepaddle_gpu-latest-cp310-cp310-linux_x86_64.whl |
-
- | cuda11.0-cudnn8.0-mkl |
- paddlepaddle_gpu-latest-cp37-cp37m-linux_x86_64.whl |
- paddlepaddle_gpu-latest-cp38-cp38-linux_x86_64.whl |
- paddlepaddle_gpu-latest-cp39-cp39-linux_x86_64.whl |
- paddlepaddle_gpu-latest-cp310-cp310-linux_x86_64.whl |
-
| cuda11.2-cudnn8.1-mkl |
paddlepaddle_gpu-latest-cp37-cp37m-linux_x86_64.whl |
diff --git a/docs/install/Tables_en.md b/docs/install/Tables_en.md
index b7a1feeaf49..62728baa43c 100644
--- a/docs/install/Tables_en.md
+++ b/docs/install/Tables_en.md
@@ -528,13 +528,6 @@ platform tag: similar to 'linux_x86_64', 'any'
paddlepaddle_gpu-latest-cp39-cp39-linux_x86_64.whl |
paddlepaddle_gpu-latest-cp310-cp310-linux_x86_64.whl |
-
- | cuda11.0-cudnn8.0-mkl |
- paddlepaddle_gpu-latest-cp37-cp37m-linux_x86_64.whl |
- paddlepaddle_gpu-latest-cp38-cp38-linux_x86_64.whl |
- paddlepaddle_gpu-latest-cp39-cp39-linux_x86_64.whl |
- paddlepaddle_gpu-latest-cp310-cp310-linux_x86_64.whl |
-
| cuda11.2-cudnn8.1-mkl |
paddlepaddle_gpu-latest-cp37-cp37m-linux_x86_64.whl |
diff --git a/docs/install/conda/macos-conda.md b/docs/install/conda/macos-conda.md
index 6aba92da6bf..d085c48dee9 100644
--- a/docs/install/conda/macos-conda.md
+++ b/docs/install/conda/macos-conda.md
@@ -69,7 +69,7 @@ which python3
#### 1.2.2 检查 Python 版本
-使用以下命令确认版本(Python 应对应 3.6/3.7/3.8/3.9)
+使用以下命令确认版本
```
python3 --version
diff --git a/docs/install/conda/macos-conda_en.md b/docs/install/conda/macos-conda_en.md
index 56c036b06aa..4a36444fc44 100644
--- a/docs/install/conda/macos-conda_en.md
+++ b/docs/install/conda/macos-conda_en.md
@@ -70,7 +70,7 @@ which python3
#### 1.2.2 Check the version of Python
-Use the following command to confirm it's version is 3.6/3.7/3.8/3.9
+Use the following command to confirm it's version
```
python3 --version