-
Notifications
You must be signed in to change notification settings - Fork 528
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
build Docker images for each push #2324
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
wanghan-iapcm
approved these changes
Feb 17, 2023
dingye18
added a commit
to dingye18/deepmd-kit
that referenced
this pull request
Feb 17, 2023
* print MAE for `dp test` (deepmodeling#2310) Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Fix bug deepmodeling#2311 when using FP32 in se_atten (deepmodeling#2312) Fix bug deepmodeling#2311 when using FP32 in se_atten * support multiple frames DeepPot in C/hpp API (deepmodeling#2309) * Add DeepPot C API v2 to support multiple frames. Also, preserve the arguments for fparam and aparam for future use (planned in deepmodeling#2236). V1 is kept for API and ABI compatibility. * Support multiple frames for DeepPot hpp API. The API compatibility is kept. Add tests for new situation. --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> * Implementation of se_a_mask op (deepmodeling#2313) * Implement se_a_mask op. Training and inference (c++ interface) are tested. Unit test files are required. * Fix bug in atom pref setting for forces. * Add the unit test for descrpt se_a_mask * Remove the unit test for dp mask model * Update dp mask system path for unit test --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * support exclude_types for se_atten (deepmodeling#2315) Fix deepmodeling#2232. Also, clean old useless codes for `exclude_types`. --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> * fix restarting from the original model (deepmodeling#2317) deepmodeling#2253 supports restarting from the compressed model but breaks the original model. This PR fixes the error by detecting the model type first. ``` FAILED_PRECONDITION: Attempting to use uninitialized value ``` --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> * package dp_ipi in the PyPI wheels (deepmodeling#2320) Fix deepmodeling#2282. In addition, change the return code of `dp_ipi` (without any arguments) from 1 to 0. --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * build Docker images for each push (deepmodeling#2324) and push the image to the GitHub container. Also, provide the pypi CUDA support for pypi LAMMPS. --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> * Fix typo in install docs (deepmodeling#2325) Signed-off-by: Chun Cai <amoycaic@gmail.com> * Add a script to detect model version (deepmodeling#2318) This PR adds a script in deepmd/utils to detect the version of a Deep Potential model. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Signed-off-by: Chun Cai <amoycaic@gmail.com> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Duo <50307526+iProzd@users.noreply.github.com> Co-authored-by: Chun Cai <amoycaic@gmail.com> Co-authored-by: Yifan Li李一帆 <yifanl0716@gmail.com>
njzjz
added a commit
to njzjz/deepmd-kit
that referenced
this pull request
Sep 30, 2023
deepmodeling#2324 sets `fetch-depth: 0` for wheels but not source distribution, so that the wheel versions are correct, but the source distribution version is wrong. Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
wanghan-iapcm
pushed a commit
that referenced
this pull request
Oct 3, 2023
#2324 sets `fetch-depth: 0` for wheels but not source distribution so that the wheel versions are correct, but the source distribution version is wrong. ![image](https://github.com/deepmodeling/deepmd-kit/assets/9496702/cdac903e-37d4-4ca8-8470-f243a13532f5) Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
and push the image to the GitHub container.
Also, provide the pypi CUDA support for pypi LAMMPS.