Skip to content

Commit 565c9cd

Browse files
fix typo in readme (#17788)
* Update PaddlePaddle version in installation guide Update installation instructions to reflect PaddlePaddle version 3.2.0. * Update installation output version to 3.2.0 --------- Co-authored-by: Lin Manhui <mhlin425@whu.edu.cn>
1 parent 17c6375 commit 565c9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/version3.x/installation.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python -c "import paddle; print(paddle.__version__)"
7171
If the installation is successful, the following content will be output:
7272

7373
```bash
74-
3.0.0
74+
3.2.0
7575
```
7676

7777
## 1.3 Installation of PaddlePaddle Wheel Package for Windows with NVIDIA 50 Series GPUs

docs/version3.x/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python -c "import paddle; print(paddle.__version__)"
7171
如果已安装成功,将输出以下内容:
7272

7373
```bash
74-
3.0.0
74+
3.2.0
7575
```
7676

7777
## 1.3 Windows 系统适配 NVIDIA 50 系显卡的 PaddlePaddle wheel 包安装

0 commit comments

Comments
 (0)