File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
zh/get_started/installation Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ docker exec -it fastdeploy-xpu /bin/bash
3939### Install PaddlePaddle
4040
4141``` bash
42- python -m pip install paddlepaddle-xpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
42+ python -m pip install paddlepaddle-xpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
4343```
4444
4545Alternatively, you can install the latest version of PaddlePaddle (Not recommended)
@@ -65,7 +65,7 @@ python -m pip install --pre fastdeploy-xpu -i https://www.paddlepaddle.org.cn/pa
6565### Install PaddlePaddle
6666
6767``` bash
68- python -m pip install paddlepaddle-xpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
68+ python -m pip install paddlepaddle-xpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
6969```
7070
7171Alternatively, you can install the latest version of PaddlePaddle (Not recommended)
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ docker exec -it fastdeploy-xpu /bin/bash
3939### 安装 PaddlePaddle
4040
4141``` bash
42- python -m pip install paddlepaddle-xpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
42+ python -m pip install paddlepaddle-xpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
4343```
4444
4545或者您也可以安装最新版 PaddlePaddle(不推荐)
@@ -51,7 +51,7 @@ python -m pip install --pre paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/
5151### 安装 FastDeploy(** 注意不要通过 pypi 源安装** )
5252
5353``` bash
54- python -m pip install fastdeploy-xpu==2.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-xpu-p800/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
54+ python -m pip install fastdeploy-xpu==2.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-xpu-p800/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
5555```
5656
5757或者你也可以安装最新版 FastDeploy(不推荐)
@@ -65,7 +65,7 @@ python -m pip install --pre fastdeploy-xpu -i https://www.paddlepaddle.org.cn/pa
6565### 安装 PaddlePaddle
6666
6767``` bash
68- python -m pip install paddlepaddle-xpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
68+ python -m pip install paddlepaddle-xpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
6969```
7070
7171或者您也可以安装最新版 PaddlePaddle(不推荐)
You can’t perform that action at this time.
0 commit comments