Skip to content

Commit 09132f3

Browse files
authored
modify npu install docs (#15468)
1 parent 803f253 commit 09132f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/version3.x/other_devices_support/paddlepaddle_install_NPU.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ docker run -it --name paddle-npu-dev -v $(pwd):/work \
2828
* Download and install the Python wheel installation package
2929
```bash
3030
# Note: You need to install the CPU version of PaddlePaddle first
31-
python -m pip install paddlepaddle==3.0.0.dev20250430 -i https://www.paddlepaddle.org.cn/packages/nightly/cpu
32-
python -m pip install paddle-custom-npu -i https://www.paddlepaddle.org.cn/packages/nightly/npu
31+
python -m pip install paddlepaddle==3.0.0.dev20250527 -i https://www.paddlepaddle.org.cn/packages/nightly/cpu
32+
python -m pip install paddle-custom-npu==3.0.0.dev20250527 -i https://www.paddlepaddle.org.cn/packages/nightly/npu
3333
```
34-
* CANN-8.0.RC2 does not support some versions of numpy and opencv, it is recommended to install the specified versions.
34+
* CANN-8.0.0 does not support some versions of numpy and opencv, it is recommended to install the specified versions.
3535
```bash
3636
python -m pip install numpy==1.26.4
3737
python -m pip install opencv-python==3.4.18.65

docs/version3.x/other_devices_support/paddlepaddle_install_NPU.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ docker run -it --name paddle-npu-dev -v $(pwd):/work \
2828
* 下载安装 wheel 安装包
2929
```bash
3030
# 注意需要先安装飞桨 cpu 版本
31-
python -m pip install paddlepaddle==3.0.0.dev20250430 -i https://www.paddlepaddle.org.cn/packages/nightly/cpu
32-
python -m pip install paddle-custom-npu -i https://www.paddlepaddle.org.cn/packages/nightly/npu
31+
python -m pip install paddlepaddle==3.0.0.dev20250527 -i https://www.paddlepaddle.org.cn/packages/nightly/cpu
32+
python -m pip install paddle-custom-npu==3.0.0.dev20250527 -i https://www.paddlepaddle.org.cn/packages/nightly/npu
3333
```
34-
* CANN-8.0.RC2 对 numpy 和 opencv 部分版本不支持,建议安装指定版本
34+
* CANN-8.0.0 对 numpy 和 opencv 部分版本不支持,建议安装指定版本
3535
```bash
3636
python -m pip install numpy==1.26.4
3737
python -m pip install opencv-python==3.4.18.65

0 commit comments

Comments
 (0)