-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate DeePMD-kit v3 with third-party packages such as ABACUS #4140
Comments
For the reasons listed in #3120 (comment), the pre-compiled package is not compiled against PyTorch. Anyway, you can compile by yourself. |
Thank you. I have compile it by off-line packages. However, it reports the error:
|
See #3954 |
Summary
DeePMD-kit v2 can be integrated with third-party packages such as ABACUS according to the doc: https://github.com/deepmodeling/deepmd-kit/blob/master/doc/inference/cxx.md
DeePMD-kit v3 can also do it and can be used to run MD with *.pb models. However, it will report the following error:
How to solve this problem?
DeePMD-kit Version
v3.0.0b3
Backend and its version
TensorFlow
Python Version, CUDA Version, GCC Version, LAMMPS Version, etc
No response
Details
Note that the libdeepmd_c.tar.gz of DeePMD-kit v3.0.0b3 is integrated with abacus in this issue.
It seems to lack the torch library in the lib folder:
The text was updated successfully, but these errors were encountered: