Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 3.0.0rc0 #7035

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 63 additions & 63 deletions docs/install/Tables.md

Large diffs are not rendered by default.

126 changes: 63 additions & 63 deletions docs/install/Tables_en.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/install/conda/linux-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ python3 -c "import platform;print(platform.architecture()[0]);print(platform.mac
如果您的计算机没有 NVIDIA® GPU,请安装 CPU 版的 PaddlePaddle

```
conda install paddlepaddle==3.0.0b2 -c paddle
conda install paddlepaddle==3.0.0rc0 -c paddle
```


Expand All @@ -100,13 +100,13 @@ conda install paddlepaddle==3.0.0b2 -c paddle
* 对于 `CUDA 11.8` 安装命令为:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=11.8 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=11.8 -c paddle -c nvidia
```

* 对于 `CUDA 12.3` 安装命令为:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=12.3 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=12.3 -c paddle -c nvidia
```


Expand Down
6 changes: 3 additions & 3 deletions docs/install/conda/linux-conda_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can choose the following version of PaddlePaddle to start installation:
If your computer doesn't have NVIDIA® GPU, please install `the CPU Version of PaddlePaddle`

```
conda install paddlepaddle==3.0.0b2 -c paddle
conda install paddlepaddle==3.0.0rc0 -c paddle
```


Expand All @@ -105,13 +105,13 @@ conda install paddlepaddle==3.0.0b2 -c paddle
* If you are using CUDA 11.8:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=11.8 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=11.8 -c paddle -c nvidia
```

* If you are using CUDA 12.3:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=12.3 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=12.3 -c paddle -c nvidia
```


Expand Down
2 changes: 1 addition & 1 deletion docs/install/conda/macos-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ python3 -c "import platform;print(platform.architecture()[0]);print(platform.mac
* 目前在 macOS 环境仅支持 CPU 版 PaddlePaddle,请参考如下命令安装 Paddle:

```
conda install paddlepaddle==3.0.0b2 -c paddle
conda install paddlepaddle==3.0.0rc0 -c paddle
```

## **三、验证安装**
Expand Down
2 changes: 1 addition & 1 deletion docs/install/conda/macos-conda_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ conda config --set show_channel_urls yes
* Currently, only the CPU version of PaddlePaddle is supported in the macOS environment. Please use the following command to install PaddlePaddle:

```
conda install paddlepaddle==3.0.0b2 -c paddle
conda install paddlepaddle==3.0.0rc0 -c paddle
```


Expand Down
6 changes: 3 additions & 3 deletions docs/install/conda/windows-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ python -c "import platform;print(platform.architecture()[0]);print(platform.mach


```
conda install paddlepaddle==3.0.0b2 -c paddle
conda install paddlepaddle==3.0.0rc0 -c paddle
```


Expand All @@ -102,13 +102,13 @@ conda install paddlepaddle==3.0.0b2 -c paddle
* 对于 `CUDA 11.8` 安装命令为:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=11.8 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=11.8 -c paddle -c nvidia
```

* 对于 `CUDA 12.3` 安装命令为:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=12.3 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=12.3 -c paddle -c nvidia
```


Expand Down
6 changes: 3 additions & 3 deletions docs/install/conda/windows-conda_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You can choose the following version of PaddlePaddle to start installation:
If your computer doesn't have NVIDIA® GPU, please install `the CPU Version of PaddlePaddle`

```
conda install paddlepaddle==3.0.0b2 -c paddle
conda install paddlepaddle==3.0.0rc0 -c paddle
```


Expand All @@ -109,13 +109,13 @@ conda install paddlepaddle==3.0.0b2 -c paddle
* If you are using CUDA 11.8:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=11.8 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=11.8 -c paddle -c nvidia
```

* If you are using CUDA 12.3:

```
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=12.3 -c paddle -c nvidia
conda install paddlepaddle-gpu==3.0.0rc0 paddlepaddle-cuda=12.3 -c paddle -c nvidia
```


Expand Down
44 changes: 22 additions & 22 deletions docs/install/docker/linux-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,40 @@

* CPU 版的 PaddlePaddle:
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0
```

* CPU 版的 PaddlePaddle,且镜像中预装好了 jupyter:
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter
```

* GPU 版的 PaddlePaddle(**建议拉取最新版本镜像,并确保已经成功安装 NVIDIA Container Toolkit**):
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda11.8-cudnn8.6-trt8.5
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda11.8-cudnn8.6-trt8.5
```
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6
```

如果您的机器不在中国大陆地区,可以直接从 DockerHub 拉取镜像:

* CPU 版的 PaddlePaddle:
```
docker pull paddlepaddle/paddle:3.0.0b2
docker pull paddlepaddle/paddle:3.0.0rc0
```

* CPU 版的 PaddlePaddle,且镜像中预装好了 jupyter:
```
docker pull paddlepaddle/paddle:3.0.0b2-jupyter
docker pull paddlepaddle/paddle:3.0.0rc0-jupyter
```

* GPU 版的 PaddlePaddle(**建议拉取最新版本镜像,并确保已经成功安装 NVIDIA Container Toolkit**):
```
ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda11.8-cudnn8.6-trt8.5
ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda11.8-cudnn8.6-trt8.5
```
```
ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6
ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6
```

您还可以访问[DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/)获取更多镜像。
Expand All @@ -66,7 +66,7 @@


```
docker run --name paddle_docker -it -v $PWD:/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2 /bin/bash
docker run --name paddle_docker -it -v $PWD:/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0 /bin/bash
```

- `--name paddle_docker`:设定 Docker 的名称,`paddle_docker` 是自己设置的名称;
Expand All @@ -77,7 +77,7 @@

- `-v $PWD:/paddle`:指定将当前路径(PWD 变量会展开为当前路径的绝对路径)挂载到容器内部的 /paddle 目录;

- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2`:指定需要使用的 image 名称,您可以通过`docker images`命令查看;/bin/bash 是在 Docker 中要执行的命令
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0`:指定需要使用的 image 名称,您可以通过`docker images`命令查看;/bin/bash 是在 Docker 中要执行的命令


* 使用 CPU 版本的 PaddlePaddle,且镜像中预装好了 jupyter:
Expand All @@ -92,7 +92,7 @@
cd ./jupyter_docker
```
```
docker run -p 80:80 --rm --env USER_PASSWD="password you set" -v $PWD:/home/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter
docker run -p 80:80 --rm --env USER_PASSWD="password you set" -v $PWD:/home/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter
```

- `--rm`:关闭容器后删除容器;
Expand All @@ -103,13 +103,13 @@

- `-v $PWD:/home/paddle`:指定将当前路径(PWD 变量会展开为当前路径的绝对路径)挂载到容器内部的 /home/paddle 目录;

- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter`:指定需要使用的 image 名称,您可以通过`docker images`命令查看
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter`:指定需要使用的 image 名称,您可以通过`docker images`命令查看


* 使用 GPU 版本的 PaddlePaddle:

```
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6 /bin/bash
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6 /bin/bash
```

- `--gpus all`: 在 Docker 容器中允许使用 gpu;
Expand All @@ -121,7 +121,7 @@

- `-it`: 与宿主机保持交互状态;

- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6`:使用名为`ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle`, tag 为`3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6`的镜像创建 Docker 容器,/bin/bash 进入容器后启动/bin/bash 命令。
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6`:使用名为`ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle`, tag 为`3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6`的镜像创建 Docker 容器,/bin/bash 进入容器后启动/bin/bash 命令。



Expand All @@ -140,20 +140,20 @@
</thead>
<tbody>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2 </td>
<td> 安装了 3.0.0b2 版本 paddle 的 CPU 镜像 </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0 </td>
<td> 安装了 3.0.0rc0 版本 paddle 的 CPU 镜像 </td>
</tr>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter </td>
<td> 安装了 3.0.0b2 版本 paddle 的 CPU 镜像,且镜像中预装好了 jupyter,启动 docker 即运行 jupyter 服务 </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter </td>
<td> 安装了 3.0.0rc0 版本 paddle 的 CPU 镜像,且镜像中预装好了 jupyter,启动 docker 即运行 jupyter 服务 </td>
</tr>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda11.8-cudnn8.6-trt8.5 </td>
<td> 安装了 3.0.0b2 版本 paddle 的 GPU 镜像,cuda 版本为 11.8,cudnn 版本为 8.6,trt 版本为 8.5 </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda11.8-cudnn8.6-trt8.5 </td>
<td> 安装了 3.0.0rc0 版本 paddle 的 GPU 镜像,cuda 版本为 11.8,cudnn 版本为 8.6,trt 版本为 8.5 </td>
</tr>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6 </td>
<td> 安装了 3.0.0b2 版本 paddle 的 GPU 镜像,cuda 版本为 12.3,cudnn 版本为 9.0,trt 版本为 8.6 </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6 </td>
<td> 安装了 3.0.0rc0 版本 paddle 的 GPU 镜像,cuda 版本为 12.3,cudnn 版本为 9.0,trt 版本为 8.6 </td>
</tr>
</tbody>
</table>
Expand Down
44 changes: 22 additions & 22 deletions docs/install/docker/linux-docker_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,40 @@ For domestic users, when downloading docker is slow due to network problems, you

* CPU version of PaddlePaddle:
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0
```

* CPU version of PaddlePaddle, and the image is pre-installed with jupyter:
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter
```

* GPU version of PaddlePaddle(**Latest version of gpu image is recommended, and make sure NVIDIA Container Toolkit is installed successfully**):
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6
```
```
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda11.8-cudnn8.6-trt8.5
docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda11.8-cudnn8.6-trt8.5
```

If your machine is not in mainland China, you can pull the image directly from DockerHub:

* CPU version of PaddlePaddle:
```
docker pull paddlepaddle/paddle:3.0.0b2
docker pull paddlepaddle/paddle:3.0.0rc0
```

* CPU version of PaddlePaddle, and the image is pre-installed with jupyter:
```
docker pull paddlepaddle/paddle:3.0.0b2-jupyter
docker pull paddlepaddle/paddle:3.0.0rc0-jupyter
```

* GPU version of PaddlePaddle(**Latest version of gpu image is recommended, and make sure NVIDIA Container Toolkit is installed successfully**):
```
docker pull paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6
docker pull paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6
```
```
docker pull paddlepaddle/paddle:3.0.0b2-gpu-cuda11.8-cudnn8.6-trt8.5
docker pull paddlepaddle/paddle:3.0.0rc0-gpu-cuda11.8-cudnn8.6-trt8.5
```

You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to get more images.
Expand All @@ -66,7 +66,7 @@ You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to g


```
docker run --name paddle_docker -it -v $PWD:/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2 /bin/bash
docker run --name paddle_docker -it -v $PWD:/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0 /bin/bash
```

- `--name paddle_docker`: set name of Docker, `paddle_docker` is name of docker you set;
Expand All @@ -77,15 +77,15 @@ You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to g

- `-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;

- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2`: 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
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0`: 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


* Use GPU version of PaddlePaddle:



```
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6 /bin/bash
docker run --gpus all --name paddle_docker -v $PWD:/paddle --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6 /bin/bash
```

- `--gpus all`: gpu resources can be used in Docker container;
Expand All @@ -98,7 +98,7 @@ You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to g

- `-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;

- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-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
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-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


* Use CPU version of PaddlePaddle with jupyter:
Expand All @@ -114,7 +114,7 @@ You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to g
cd ./jupyter_docker
```
```
docker run -p 80:80 --rm --env USER_PASSWD="password you set" -v $PWD:/home/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter
docker run -p 80:80 --rm --env USER_PASSWD="password you set" -v $PWD:/home/paddle ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter
```

- `--rm`: Delete the container after closing it;
Expand All @@ -125,7 +125,7 @@ You can see [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/) to g

- `-v $PWD:/home/paddle`: Specifies to mount the current path (the PWD variable will be expanded to the absolute path of the current path) to the /home/paddle directory inside the container;

- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter`: Specify the name of the image to be used, you can view it through the `docker images` command
- `ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter`: Specify the name of the image to be used, you can view it through the `docker images` command


Now you have successfully used Docker to install PaddlePaddle. For more information about using Docker, see[Docker official documents](https://docs.docker.com)
Expand All @@ -143,20 +143,20 @@ Now you have successfully used Docker to install PaddlePaddle. For more informat
</thead>
<tbody>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2 </td>
<td> CPU image with 3.0.0b2 version of paddle installed </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0 </td>
<td> CPU image with 3.0.0rc0 version of paddle installed </td>
</tr>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-jupyter </td>
<td> CPU image of paddle version 3.0.0b2 is installed, and jupyter is pre-installed in the image. Start the docker to run the jupyter service </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-jupyter </td>
<td> CPU image of paddle version 3.0.0rc0 is installed, and jupyter is pre-installed in the image. Start the docker to run the jupyter service </td>
</tr>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda12.3-cudnn9.0-trt8.6 </td>
<td> GPU image of paddle version 3.0.0b2 is installed, cuda version is 12.3, cudnn version is 9.0, trt version is 8.6 </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda12.3-cudnn9.0-trt8.6 </td>
<td> GPU image of paddle version 3.0.0rc0 is installed, cuda version is 12.3, cudnn version is 9.0, trt version is 8.6 </td>
</tr>
<tr>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0b2-gpu-cuda11.8-cudnn8.6-trt8.5 </td>
<td> GPU image of paddle version 3.0.0b2 is installed, cuda version is 11.8, cudnn version is 8.6, trt version is 8.5 </td>
<td> ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:3.0.0rc0-gpu-cuda11.8-cudnn8.6-trt8.5 </td>
<td> GPU image of paddle version 3.0.0rc0 is installed, cuda version is 11.8, cudnn version is 8.6, trt version is 8.5 </td>
</tr>
</tbody>
</table>
Expand Down
Loading