-
I get the following error when build C++ modules and lammps plugin from source with deempd v3.0.0b. Is there anything wrong in my build step? Thank you.
The key build commands are: cmake -DUSE_TF_PYTHON_LIBS=TRUE -DENABLE_PYTORCH=TRUE -DENABLE_TENSORFLOW=TRUE -DCMAKE_INSTALL_PREFIX=$deepmd_root -DCAFFE2_USE_CUDNN=TRUE -DCAFFE2_USE_CUSPARSELT=TRUE -DUSE_CUDA_TOOLKIT=TRUE -DLAMMPS_SOURCE_ROOT=$lammps_source_dir -DCMAKE_PREFIX_PATH=`python3 -c 'import torch;print(torch.utils.cmake_prefix_path)'` -DCUDNN_ROOT=$CONDA_PREFIX -DCUSPARSELT_ROOT=$CONDA_PREFIX ..
make -j8
make install The full build process can be find here: https://gist.github.com/link89/51cbdcb15cdc69bc55727db63cfbe5f1 Here is the build log: |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Jul 8, 2024
Replies: 1 comment 1 reply
-
Was your model trained by v3.0.0a0? We don't promise the backward compatibility for v3.0.0a0, as mentioned in its release note. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
link89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was your model trained by v3.0.0a0? We don't promise the backward compatibility for v3.0.0a0, as mentioned in its release note.