Skip to content

Commit 1949b8f

Browse files
committed
update en doc
1 parent 37eb3ef commit 1949b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick_start.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ hide:
1313
=== "CPU installation"
1414

1515
```bash linenums="1"
16-
pip install paddlepaddle
16+
python -m pip install paddlepaddle==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
1717
```
1818

1919
=== "GPU installation"
2020

2121
Since the GPU needs to be installed and used according to the specific CUDA version, the following only takes the Linux platform, pip installation of NVIDIA GPU, CUDA11.8 as an example. For other platforms, please refer to the instructions in [PaddlePaddle official website installation document](https://www.paddlepaddle.org.cn/en).
2222

2323
```bash linenums="1"
24-
python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
24+
python -m pip install paddlepaddle-gpu==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
2525
```
2626

2727
### Use by code

0 commit comments

Comments
 (0)