Skip to content

Commit af81543

Browse files
correct paddle install scripts
1 parent d0ceca0 commit af81543

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Control high (double) or low (float) precision of training.
6767

6868
**Choices**: `0`, `1`; **Default**: `0`
6969

70-
{{ paddle_icon }} Enable Paddle CINN Compiler when `PD_JIT` is enabled. Note that this option may either improve or decrease the performance. Requires Paddle to support CINN()(`paddle.device.is_compiled_with_cinn()` is `True`).
70+
{{ paddle_icon }} Enable Paddle CINN Compiler when `PD_JIT` is enabled. Note that this option may either improve or decrease the performance. Requires Paddle to support CINN(`paddle.device.is_compiled_with_cinn()` is `True`).
7171

7272
:::
7373

doc/install/easy-install.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,24 +193,25 @@ Switch to the TensorFlow {{ tensorflow_icon }} tab for more information.
193193
::::{tab-item} CUDA 12.3
194194

195195
```bash
196-
pip install deepmd-kit[paddle]
196+
pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/
197+
pip install deepmd-kit
197198
```
198199

199200
::::
200201

201202
::::{tab-item} CUDA 11.8
202203

203204
```bash
204-
pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/
205-
pip install deepmd-kit-cu11
205+
pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
206+
pip install deepmd-kit
206207
```
207208

208209
::::
209210

210211
::::{tab-item} CPU
211212

212213
```bash
213-
pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
214+
pip install paddlepaddle==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
214215
pip install deepmd-kit
215216
```
216217

0 commit comments

Comments
 (0)