File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/hardware_support/dcu Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ DCU Temp AvgPwr Fan Perf PwrCap VRAM% DCU%
5151
5252``` bash
5353# 下载并安装 wheel 包
54- pip install paddlepaddle-rocm -i https://www.paddlepaddle.org.cn/packages/nightly/dcu
54+ python -m pip install --pre paddlepaddle-dcu -i https://www.paddlepaddle.org.cn/packages/nightly/dcu/
5555```
5656
5757### 安装方式二:源代码编译安装
@@ -76,7 +76,7 @@ cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_FLAGS="-Wno-error -w" \
7676make -j16
7777
7878# 编译产出在 build/python/dist/ 路径下,使用 pip 安装即可
79- pip install -U paddlepaddle_rocm -0.0.0-cp310-cp310-linux_x86_64.whl
79+ pip install -U paddlepaddle_dcu -0.0.0-cp310-cp310-linux_x86_64.whl
8080```
8181
8282## 基础功能检查
@@ -106,5 +106,5 @@ PaddlePaddle is installed successfully! Let's start deep learning with PaddlePad
106106请使用以下命令卸载:
107107
108108```bash
109- pip uninstall paddlepaddle-rocm
109+ pip uninstall paddlepaddle-dcu
110110```
You can’t perform that action at this time.
0 commit comments