Skip to content

Commit e39ef8b

Browse files
correct paddle install scripts
1 parent d0ceca0 commit e39ef8b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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)