File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/zh/get_started/installation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ docker exec -it fastdeploy-xpu /bin/bash
3737### 安装 PaddlePaddle
3838
3939``` bash
40- python -m pip install paddlepaddle-xpu==3.1.1-i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
40+ python -m pip install paddlepaddle-xpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
4141```
4242
4343或者您也可以安装最新版 PaddlePaddle(不推荐)
@@ -63,7 +63,7 @@ python -m pip install --pre fastdeploy-xpu -i https://www.paddlepaddle.org.cn/pa
6363### 安装 PaddlePaddle
6464
6565``` bash
66- python -m pip install paddlepaddle-xpu==3.1.1-i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
66+ python -m pip install paddlepaddle-xpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
6767```
6868
6969或者您也可以安装最新版 PaddlePaddle(不推荐)
You can’t perform that action at this time.
0 commit comments