Skip to content

Commit fabdbcb

Browse files
Update 3.0.0 install docs (#7191) (#7210)
1 parent b7225a8 commit fabdbcb

13 files changed

+41
-44
lines changed

docs/install/conda/linux-conda.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#### 1.1.1 安装环境
1111

12-
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.8 - 3.12 版本的 Python 安装环境。
12+
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.8 - 3.13 版本的 Python 安装环境。
1313

1414
```
1515
conda create -n paddle_env python=YOUR_PY_VER

docs/install/conda/linux-conda_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#### 1.1.1 Create the Anaconda Virtual Environment
1111

12-
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.8 - 3.12.
12+
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.8 - 3.13.
1313

1414
```
1515
conda create -n paddle_env python=YOUR_PY_VER

docs/install/conda/macos-conda.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#### 1.1.1 安装环境
1010

11-
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.8 - 3.12 版本的 Python 安装环境。
11+
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.8 - 3.13 版本的 Python 安装环境。
1212

1313
```
1414
conda create -n paddle_env python=YOUR_PY_VER

docs/install/conda/macos-conda_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#### 1.1.1 Create the Anaconda Virtual Environment
1212

13-
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.8 - 3.12.
13+
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.8 - 3.13.
1414

1515
```
1616
conda create -n paddle_env python=YOUR_PY_VER

docs/install/conda/windows-conda.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#### 1.1.1 安装环境
1111

12-
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.8 - 3.12 版本的 Python 安装环境。
12+
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.8 - 3.13 版本的 Python 安装环境。
1313

1414
```
1515
conda create -n paddle_env python=YOUR_PY_VER

docs/install/conda/windows-conda_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#### 1.1.1 Create the Anaconda Virtual Environment
1212

13-
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.8 - 3.12.
13+
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.8 - 3.13.
1414

1515
```
1616
conda create -n paddle_env python=YOUR_PY_VER

docs/install/docker/linux-docker.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## 环境准备
77

8-
- 目前支持的系统类型,请见[安装说明](/documentation/docs/zh/install/index_cn.html),请注意目前暂不支持在 CentOS 6 使用 Docker
8+
- 目前支持的系统类型,请见[安装说明](/documentation/docs/zh/install/index_cn.html)
99

1010
- 在本地主机上[安装 Docker](https://docs.docker.com/engine/install/)
1111

@@ -34,7 +34,7 @@
3434
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda11.8-cudnn8.6-trt8.5
3535
```
3636
```
37-
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6
37+
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5
3838
```
3939
4040
如果您的机器不在中国大陆地区,可以直接从 DockerHub 拉取镜像:
@@ -51,10 +51,10 @@
5151
5252
* GPU 版的 PaddlePaddle(**建议拉取最新版本镜像,并确保已经成功安装 NVIDIA Container Toolkit**):
5353
```
54-
ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda11.8-cudnn8.6-trt8.5
54+
docker pull paddlepaddle/paddle:3.0.0-gpu-cuda11.8-cudnn8.6-trt8.5
5555
```
5656
```
57-
ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6
57+
docker pull paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5
5858
```
5959
6060
您还可以访问[DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/)获取更多镜像。
@@ -109,7 +109,7 @@
109109
* 使用 GPU 版本的 PaddlePaddle:
110110
111111
```
112-
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6 /bin/bash
112+
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5 /bin/bash
113113
```
114114
115115
- `--gpus all`: 在 Docker 容器中允许使用 gpu;
@@ -121,7 +121,7 @@
121121
122122
- `-it`: 与宿主机保持交互状态;
123123
124-
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6`:使用名为`ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle`, tag 为`3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6`的镜像创建 Docker 容器,/bin/bash 进入容器后启动/bin/bash 命令。
124+
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5`:使用名为`ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle`, tag 为`3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5`的镜像创建 Docker 容器,/bin/bash 进入容器后启动/bin/bash 命令。
125125
126126
127127
@@ -152,8 +152,8 @@
152152
<td> 安装了 3.0.0 版本 paddle 的 GPU 镜像,cuda 版本为 11.8,cudnn 版本为 8.6,trt 版本为 8.5 </td>
153153
</tr>
154154
<tr>
155-
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6 </td>
156-
<td> 安装了 3.0.0 版本 paddle 的 GPU 镜像,cuda 版本为 12.6,cudnn 版本为 9.0,trt 版本为 8.6 </td>
155+
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5 </td>
156+
<td> 安装了 3.0.0 版本 paddle 的 GPU 镜像,cuda 版本为 12.6,cudnn 版本为 9.5,trt 版本为 10.5 </td>
157157
</tr>
158158
</tbody>
159159
</table>

docs/install/docker/linux-docker_en.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For domestic users, when downloading docker is slow due to network problems, you
3131
3232
* GPU version of PaddlePaddle(**Latest version of gpu image is recommended, and make sure NVIDIA Container Toolkit is installed successfully**):
3333
```
34-
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6
34+
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5
3535
```
3636
```
3737
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda11.8-cudnn8.6-trt8.5
@@ -51,7 +51,7 @@ If your machine is not in mainland China, you can pull the image directly from D
5151
5252
* GPU version of PaddlePaddle(**Latest version of gpu image is recommended, and make sure NVIDIA Container Toolkit is installed successfully**):
5353
```
54-
docker pull paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6
54+
docker pull paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5
5555
```
5656
```
5757
docker pull paddlepaddle/paddle:3.0.0-gpu-cuda11.8-cudnn8.6-trt8.5
@@ -85,7 +85,7 @@ You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to g
8585
8686
8787
```
88-
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6 /bin/bash
88+
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5 /bin/bash
8989
```
9090
9191
- `--gpus all`: gpu resources can be used in Docker container;
@@ -98,7 +98,7 @@ You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to g
9898
9999
- `-v $PWD:/paddle`: Specifies to mount the current path of the host (PWD variable in Linux will expand to the absolute path of the current path) to the /paddle directory inside the container;
100100
101-
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6`: Specify the name of the image to be used. You can view it through the 'docker images' command. /bin/Bash is the command to be executed in Docker
101+
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5`: Specify the name of the image to be used. You can view it through the 'docker images' command. /bin/Bash is the command to be executed in Docker
102102
103103
104104
* Use CPU version of PaddlePaddle with jupyter:
@@ -151,8 +151,8 @@ Now you have successfully used Docker to install PaddlePaddle. For more informat
151151
<td> CPU image of paddle version 3.0.0 is installed, and jupyter is pre-installed in the image. Start the docker to run the jupyter service </td>
152152
</tr>
153153
<tr>
154-
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.0-trt8.6 </td>
155-
<td> GPU image of paddle version 3.0.0 is installed, cuda version is 12.6, cudnn version is 9.0, trt version is 8.6 </td>
154+
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5 </td>
155+
<td> GPU image of paddle version 3.0.0 is installed, cuda version is 12.6, cudnn version is 9.5, trt version is 10.5 </td>
156156
</tr>
157157
<tr>
158158
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0-gpu-cuda11.8-cudnn8.6-trt8.5 </td>

docs/install/index_cn.rst

+11-13
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
**1. 操作系统要求:**
2222

23-
* Windows 7 / 8 / 10/ 11,专业版 / 企业版
23+
* Windows 7 / 8 / 10 / 11,专业版 / 企业版
2424
* Ubuntu 20.04 / 22.04
25-
* CentOS 7
26-
* macOS 10.x/11.x/12.x/13.x/14.x
25+
* almalinux 8
26+
* macOS 12.x/13.x/14.x/15.x
2727
* 操作系统要求是 64 位版本
2828

2929
**2. 处理器要求**
@@ -33,7 +33,7 @@
3333

3434
**3. Python 和 pip 版本要求:**
3535

36-
* Python 的版本要求 3.8/3.9/3.10/3.11/3.12
36+
* Python 的版本要求 3.8/3.9/3.10/3.11/3.12/3.13
3737
* Python 具有 pip, 且 pip 的版本要求 20.2.2+
3838
* Python 和 pip 要求是 64 位版本
3939

@@ -66,7 +66,7 @@
6666

6767
4. 检查 Python 的版本
6868

69-
使用以下命令确认是 3.8/3.9/3.10/3.11/3.12
69+
使用以下命令确认是 3.8/3.9/3.10/3.11/3.12/3.13
7070
::
7171

7272
python --version
@@ -88,6 +88,10 @@
8888

8989
7. 如果您希望使用 `pip <https://pypi.org/project/pip/>`_ 进行安装 PaddlePaddle 可以直接使用以下命令:
9090

91+
注意:
92+
93+
* 如果你想要安装 paddlepaddle,该版本要求 libstdc++.so.6 的版本大于 3.4.25。为了满足此要求,您可以选择安装 GCC 8 或者更高的 GCC 版本,或者单独升级 libstdc++库。
94+
9195
(1). **CPU 版本** :如果您只是想安装 CPU 版本请参考如下命令安装
9296

9397
安装 CPU 版本的命令为:
@@ -97,16 +101,10 @@
97101

98102
(2). **GPU 版本** :如果您想使用 GPU 版本请参考如下命令安装
99103

100-
注意:
101-
102-
* 如果您想要安装 CUDA 12.3 版本,该版本需要 libstdc++.so.6 的版本大于 3.4.30。为了满足此要求,您可以选择安装 GCC 12 版本,或者单独升级 libstdc++库。
103-
104-
* 如果你想要安装 CUDA 11.8 版本,该版本要求 libstdc++.so.6 的版本大于 3.4.25。为了满足此要求,您可以选择安装 GCC 8 或者更高的 GCC 版本,或者单独升级 libstdc++库。
105-
106-
安装 GPU cuda12.3 版本的命令为:
104+
安装 GPU cuda12.6 版本的命令为:
107105
::
108106

109-
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu123/
107+
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
110108

111109
安装 GPU cuda11.8 版本的命令为:
112110
::

docs/install/pip/linux-pip.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
* 需要确认 python 的版本是否满足要求
2929
30-
* 使用以下命令确认是 3.8/3.9/3.10/3.11/3.12
30+
* 使用以下命令确认是 3.8/3.9/3.10/3.11/3.12/3.13
3131
3232
python3 --version
3333
@@ -47,7 +47,6 @@
4747
```
4848
4949
50-
5150
* 默认提供的安装包需要计算机支持 MKL, Intel 芯片都支持 MKL
5251
5352
@@ -77,15 +76,15 @@
7776
#### 2.2 <span id="gpu">GPU 版的 PaddlePaddle</span>
7877
7978
80-
2.2.1 CUDA11.8 的 PaddlePaddle(依赖 gcc8+, 如果需要使用 TensorRT 可自行安装 TensorRT8.5.3.1)
79+
2.2.1 CUDA11.8 的 PaddlePaddle(如果需要使用 TensorRT 可自行安装 TensorRT8.5.3.1)
8180
8281
8382
```
8483
python3 -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
8584
```
8685
8786
88-
2.2.2 CUDA12.6 的 PaddlePaddle(依赖 gcc12+, 如果需要使用 TensorRT 可自行安装 TensorRT8.6.1.6)
87+
2.2.2 CUDA12.6 的 PaddlePaddle(如果需要使用 TensorRT 可自行安装 TensorRT10.5.0.18)
8988
9089
9190
```

docs/install/pip/linux-pip_en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
* You need to confirm whether the version of Python meets the requirements
3030
31-
* Use the following command to confirm that it is 3.8/3.9/3.10/3.11/3.12
31+
* Use the following command to confirm that it is 3.8/3.9/3.10/3.11/3.12/3.13
3232
3333
python3 --version
3434
@@ -87,15 +87,15 @@ You can choose the following version of PaddlePaddle to start installation:
8787
#### 2.2 <span id="gpu">GPU Version of PaddlePaddle</span>
8888
8989
90-
2.2.4 If you are using CUDA 11.8(Dependent on GCC8+, If you need to use TensorRT, you can install TensorRT 8.5.3.1 yourself)
90+
2.2.4 If you are using CUDA 11.8(If you need to use TensorRT, you can install TensorRT 8.5.3.1 yourself)
9191
9292
9393
```
9494
python3 -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
9595
```
9696
9797
98-
2.2.5 If you are using CUDA 12.6(Dependent on GCC8+, If you need to use TensorRT, you can install TensorRT 8.6.1.6 yourself)
98+
2.2.5 If you are using CUDA 12.6(If you need to use TensorRT, you can install TensorRT 10.5.0.18 yourself)
9999
100100
```
101101
python3 -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/

docs/install/pip/windows-pip.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* 需要确认 python 的版本是否满足要求
1010

11-
* 使用以下命令确认是 3.8/3.9/3.10/3.11/3.12
11+
* 使用以下命令确认是 3.8/3.9/3.10/3.11/3.12/3.13
1212

1313
```
1414
python --version
@@ -70,7 +70,7 @@
7070
python -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
7171
```
7272
73-
2.2.5 CUDA12.6 的 PaddlePaddle(如果需要使用 TensorRT 可自行安装 TensorRT8.6.1.6)
73+
2.2.5 CUDA12.6 的 PaddlePaddle(如果需要使用 TensorRT 可自行安装 TensorRT10.5.0.18)
7474
7575
```
7676
python -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/

docs/install/pip/windows-pip_en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* Confirm whether the Python version meets the requirements
88

9-
* Use the following command to confirm that it is 3.8+/3.9+/3.10+/3.11+/3.12+
9+
* Use the following command to confirm that it is 3.8/3.9/3.10/3.11/3.12/3.13
1010

1111
python --version
1212

@@ -66,7 +66,7 @@ You can choose the following version of PaddlePaddle to start installation:
6666
python -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
6767
```
6868
69-
2.2.5 If you are using CUDA 12.6(If you need to use TensorRT, you can install TensorRT 8.6.1.6 yourself)
69+
2.2.5 If you are using CUDA 12.6(If you need to use TensorRT, you can install TensorRT 10.5.0.18 yourself)
7070
7171
```
7272
python -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/

0 commit comments

Comments
 (0)