Replies: 1 comment
-
This should hopefully be resolved with all the new stable versions after the recent major update. |
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.
-
I'm trying to run a simple simulation (using a model trained with
example.yaml
from theallegro
repository) of aspirin in gas phase using LAMMPS, just to validate a container on LUMI (AMD gpus).The container has PyTorch 1.13 and ROCm 5.2.3, the
develop
branch ofnequip
and themain
branch ofallegro
installed.It also has
LAMMPS stable-12Aug2023-update2
patched with themulticut
branch ofpair_allegro
.I can train and deploy models without a problem.
However, when I try to use a deployed model to run a LAMMPS simulation I get:
This looks similar to #12 and #37, but I'm already using the
develop
branch ofnequip
, and changing thepair_style
topair_style allegro3232
also does not solve the issue:Is this some incompatibility between versions?
Beta Was this translation helpful? Give feedback.
All reactions