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.
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 /
214215pip install deepmd-kit
215216```
216217
You can’t perform that action at this time.
0 commit comments