Plugin mode installtion #5487
Replies: 2 comments 2 replies
-
|
Hi @mayankaditya! I'm Dosu and I'm helping the DeepModeling team. Yes, using the plugin mode with the precompiled However, there are a couple of important caveats for your setup: CUDA 10.2 is not compatible with recent precompiled binaries. The current Your options given CUDA 10.2:
For the plugin mode build itself (assuming compatible CUDA), the steps are [6]:
Given your V100 with CUDA 10.2, upgrading CUDA (V100 supports up to CUDA 12.x with appropriate drivers) would be the smoothest path to using the precompiled offline approach. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
-
|
Great! export LD_LIBRARY_PATH=/mnt/Data/DP_PLUGUIN/libdeepmd_c/lib:$LD_LIBRARY_PATH worked. Thank you so much. Mayank |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi, I want to install LAMMPS with the deepmd-plugin on a GPU server in offline mode. As the website says, the precompiled library libdeepmd_c.tar.gz can be used to build the LAMMPS plugin without building TensorFlow and DeePMD-kit on one’s own. Does it mean it does not require tensorflow_root? On my server, I cannot use TensorFlow’s C++ interface due to the internet connection. Is there any alternative? Can I use the TensorFlow build using deepmd-kit-x.y.z-cuda-Linux-x86_64.sh?
Please advise. I have a V100 GPU server with CUDA-10.2.
DeePMD-kit Version
No response
Backend and its version
No response
Python Version, CUDA Version, GCC Version, LAMMPS Version, etc
No response
Details
No response
Reproducible Example, Input Files, and Commands
No response
Further Information, Files, and Links
No response
Beta Was this translation helpful? Give feedback.
All reactions