Replies: 5 comments
-
Does conda installation works for you? See here:
https://github.com/deepmodeling/deepmd-kit#with-conda
…On Wed, Sep 23, 2020 at 5:52 AM Mskater ***@***.***> wrote:
Can anyone please tell me the current, best option for installing
deepmd-kit with the easiest install methods, and proper versions of
tensorflow, bazel, LAMMPS, CUDA, etc.? I am new to this as a grad student
and have tried everything I've seen online for weeks. Issues are version
incompatibilities, dependencies, libraries not found, errors of all kinds.
I don't want to enumerate specific issues, I'm just looking for someone who
has had recent success with a route that I can try.
Thank you for any time!
I have:
Ubuntu 16.04
Python 3.5.2, 3.7.7
pip 20.2.3, 20.1.1
gcc 7.5
miniconda3
jdk 9
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/deepmodeling/deepmd-kit/issues/260>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEJ6DC6D6VBPF3ASESSO24DSHEMCFANCNFSM4RWJC67Q>
.
|
Beta Was this translation helpful? Give feedback.
-
@jameswind Thanks for responding. Yes, the conda installation works in itself. Apparently it downloads TF 2.2 and CUDA 10.1.243. These are apparently not compatible (ERRORs in trying to find 10.1 files), someone said CUDA 10.1 is compatible, but when trying to install that, it refuses (from official website). |
Beta Was this translation helpful? Give feedback.
-
Hi @Mskater , these are the instructions I use in one of our clusters: https://github.com/CSIprinceton/CSI-hacks-and-tricks/tree/master/Compilation/DeePMD#tigergpu I don't claim they are the best nor the easiest, but you might find them useful. |
Beta Was this translation helpful? Give feedback.
-
@PabloPiaggi Thanks, I will certainly try. |
Beta Was this translation helpful? Give feedback.
-
We have not tested deepmd-kit C++ interface with TensorFlow 2.2. The latest version is TensorFlow 2.1. For the build step, see the following codes:
|
Beta Was this translation helpful? Give feedback.
-
Can anyone please tell me the current, best option for installing deepmd-kit with the easiest install methods, and proper versions of tensorflow, bazel, LAMMPS, CUDA, etc.? I am new to this as a grad student and have tried everything I've seen online for weeks. Issues are version incompatibilities, dependencies, libraries not found, errors of all kinds. I don't want to enumerate specific issues, I'm just looking for someone who has had recent success with a route that I can try.
Thank you for any time!
I have:
Ubuntu 16.04
Python 3.5.2, 3.7.7
pip 20.2.3, 20.1.1
gcc 7.5
miniconda3
jdk 9
Beta Was this translation helpful? Give feedback.
All reactions