From 1b0c321f38e5222ecc0d995123cf7a962b44f842 Mon Sep 17 00:00:00 2001 From: zhengqiwen1997 Date: Thu, 24 Nov 2022 13:50:33 +0000 Subject: [PATCH] del conda macOS 1.2.2 python version and Tables.md:cuda11.0 --- docs/install/Tables.md | 7 ------- docs/install/Tables_en.md | 7 ------- docs/install/conda/macos-conda.md | 2 +- docs/install/conda/macos-conda_en.md | 2 +- 4 files changed, 2 insertions(+), 16 deletions(-) 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