You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/deepmd-install/SKILL.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: deepmd-install
3
-
description: Install or rebuild DeePMD-kit with conda, pip, dp1s, offline packages, Docker, or a source checkout. Use for CPU, NVIDIA CUDA, or ROCm environments; PyTorch, TensorFlow, JAX, or Paddle backends; the C/C++ interface; and DeePMD-enabled LAMMPS, including Kokkos pair styles for DPA4 and DPA4C.
3
+
description: Install or rebuild DeePMD-kit with conda, pip, dp1s, offline packages, Docker, or a source checkout. Use for CPU, NVIDIA CUDA, or ROCm environments; PyTorch, TensorFlow, JAX, or Paddle backends; backend-enabled C/C++ interfaces; and DeePMD-enabled LAMMPS, including Kokkos pair styles for DPA4 and DPA4C.
4
4
---
5
5
6
6
# Install DeePMD-kit
@@ -21,6 +21,10 @@ and verify the requested public interface rather than package presence alone.
21
21
| source LAMMPS Kokkos CUDA | PyTorch graph artifacts: `deepmd/kk` for DPA4/SeZM and `dpa4spin/kk` for DPA4C |
22
22
| ROCm source, Windows source, LAMMPS plugin mode | Follow the version-matched documentation in the selected checkout |
23
23
24
+
Backend-neutral C/C++ libraries with `ALLOW_NO_BACKEND=ON` are outside the
25
+
automated plan. Follow `doc/install/install-from-source.md` in the selected
26
+
checkout for that layout.
27
+
24
28
## Hard rules
25
29
26
30
1. Resolve the absolute directory containing this `SKILL.md` as `SKILL_ROOT`.
@@ -36,7 +40,8 @@ and verify the requested public interface rather than package presence alone.
36
40
`conda activate` from a previous agent tool call.
37
41
1. Render commands with concrete plan values. Stop if a plan placeholder,
38
42
empty required value, unexpected path, or shell variable not assigned
39
-
earlier in the same command block remains.
43
+
earlier in the same command block remains. Keep each plan string in the
44
+
quoted argument position shown by the selected reference.
40
45
1. Never run `git reset --hard`, `git clean`, recursively remove an install
41
46
prefix, or edit shell rc files as part of this workflow. Use a new build
0 commit comments