1 parent 39a24f8 commit 666339dCopy full SHA for 666339d
1 file changed
skills/deepmd-install/SKILL.md
@@ -173,9 +173,9 @@ select another runtime or backend:
173
174
```bash
175
DP_VARIANT="<cpu|cuda|rocm>" \
176
-DP_ENABLE_TENSORFLOW="<0|1>" \
177
-DP_ENABLE_PYTORCH="<0|1>" \
178
-"<absolute-python>" -m pip install "<absolute-source-directory>"
+ DP_ENABLE_TENSORFLOW="<0|1>" \
+ DP_ENABLE_PYTORCH="<0|1>" \
+ "<absolute-python>" -m pip install "<absolute-source-directory>"
179
```
180
181
Enable only the TensorFlow or PyTorch compiled support requested by the user.
0 commit comments