Skip to content

Commit 666339d

Browse files
committed
style(skills): format DeePMD installation skill
1 parent 39a24f8 commit 666339d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skills/deepmd-install/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ select another runtime or backend:
173173

174174
```bash
175175
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>"
176+
DP_ENABLE_TENSORFLOW="<0|1>" \
177+
DP_ENABLE_PYTORCH="<0|1>" \
178+
"<absolute-python>" -m pip install "<absolute-source-directory>"
179179
```
180180

181181
Enable only the TensorFlow or PyTorch compiled support requested by the user.

0 commit comments

Comments
 (0)