-
I can successfully install deepmd-kit in an environment as the following:
But I noticed CUDAToolkit_ROOT hint that "NVCC is required". I cannot find it through My purpose of building from source is to compare the performance (such as training speed) between installation from conda (online or offline) and building from source code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need to set |
Beta Was this translation helpful? Give feedback.
You need to set
DP_VARIANT
tocuda
andDP_ENABLE_PYTORCH
to1
if you need to run DPA-2 in LAMMPS or compress a model, and then the nvcc is required. Otherwise it's not necessary.