Hi, I want to run on How to properly install DeePMD-kit on Google Colab with GPU to avoid "Unrecognized pair style 'deepmd'" error? #4752
Unanswered
shirinsabokdast70
asked this question in
Q&A
Replies: 1 comment
-
https://gist.github.com/njzjz/97d9440bb77b25c15579d350b4eefa11 This notebook was created two years ago for an old version, but it should still work for the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I trained my potential using the dpa-2 backend and exported the model as a .pth file. Now I'm trying to run LAMMPS with DeePMD on Google Colab (with GPU), but I keep getting the following error:
pair_style deepmd /content/drive/MyDrive/dpa_lmp/model.pth
ERROR: Unrecognized pair style 'deepmd' (src/force.cpp:275)
Last command: pair_style deepmd /content/drive/MyDrive/dpa_lmp/model.pth
I believe this means LAMMPS was not compiled with DeePMD support. Could you please guide me on how to properly install or configure DeePMD-kit with LAMMPS on Google Colab with GPU so I can use the deepmd pair style?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions