File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -193,24 +193,25 @@ Switch to the TensorFlow {{ tensorflow_icon }} tab for more information.
193
193
::::{tab-item} CUDA 12.3
194
194
195
195
``` 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
197
198
```
198
199
199
200
::::
200
201
201
202
::::{tab-item} CUDA 11.8
202
203
203
204
``` 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
206
207
```
207
208
208
209
::::
209
210
210
211
::::{tab-item} CPU
211
212
212
213
``` 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 /
214
215
pip install deepmd-kit
215
216
```
216
217
You can’t perform that action at this time.
0 commit comments