Skip to content

Commit d998efb

Browse files
authored
[Doc]Release fastdeploy-xpu 2.0.3 (#3408)
* fix v1 schedule oom bug * fix v1 schedule oom bug * update release note * update info
1 parent 8a15bdc commit d998efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zh/get_started/installation/kunlunxin_xpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(不推荐)

0 commit comments

Comments
 (0)