Error when running inference on DPA-3 #4952
Replies: 3 comments 1 reply
-
Hi @nisargjoshi10, did you re-freeze your model after installing with |
Beta Was this translation helpful? Give feedback.
-
Could you provide the full installation commands as well as the scripts you were using in this project? |
Beta Was this translation helpful? Give feedback.
-
You may refer to this article to reinstall deepmd-kit as well as lammps: https://pku.bohrium.com/notebooks/16945863382 If there is still any errors, you can reply directly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to run LAMMPS with DPA-3. I installed Deepmd from the source code with
pip install git+https://github.com/deepmodeling/deepmd-kit.git
. When running LAMMPS simulation I get the following error:I tried following the solution provided in this issue, however installing with
DP_VARIANT=cuda DP_ENABLE_PYTORCH=1 pip install git+https://github.com/deepmodeling/deepmd-kit.git@devel
results in the same issue.I am using
PyTorch 2.7.0+cu128; DeePMD-kit v3.1.1.dev70+gaca4e8c48; with Python 3.13.5
. I would appreciate any suggestions for fixing this error.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions