Skip to content
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

Devel update #29

Merged
merged 9 commits into from
Jan 24, 2024
Merged

Devel update #29

merged 9 commits into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    138ffef View commit details
    Browse the repository at this point in the history
  2. Merge devel to master (#3165)

    Prepare v2.2.8
    njzjz authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b875ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    585414a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#3163)

    <!--pre-commit.ci start-->
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.13 →
    v0.1.14](astral-sh/ruff-pre-commit@v0.1.13...v0.1.14)
    <!--pre-commit.ci end-->
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bc00a0a View commit details
    Browse the repository at this point in the history
  2. Merge master into devel (#3170)

    Should not squash
    njzjz authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    68fb16d View commit details
    Browse the repository at this point in the history
  3. setup PyTorch C++ interface build environement (#3169)

    See #3120.
    
    - CMake: add `ENABLE_TENSORFLOW` and `ENABLE_PYTORCH`.
    `BUILD_TENSORFLOW` will be enabled when `TENSORFLOW_ROOT` is not empty
    or `USE_TF_PYTHON_LIBS` is on.
    - api_cc: add `BUILD_TENSORFLOW` and `BUILD_PYTORCH` defination. Move
    several functions from `common.h` to `commonTF.h` to prevent exposing
    them to header files.
    - CI: download libtorch in the build/test CC actions.
    
    ---------
    
    Signed-off-by: Jinzhe Zeng <[email protected]>
    njzjz authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    dd53e07 View commit details
    Browse the repository at this point in the history
  4. docs: add TF icons to platform-specific features (#3171)

    Fix #3121.
    
    The PyTorch icon can be added when a feature implemented by PyTorch is
    added.
    
    However, I can't find a way to add an icon to TOC.
    
    
    ![image](https://github.com/deepmodeling/deepmd-kit/assets/9496702/7f29da27-af81-4850-9da0-79310d216b2d)
    
    Signed-off-by: Jinzhe Zeng <[email protected]>
    njzjz authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0f9c6eb View commit details
    Browse the repository at this point in the history
  5. add universal Python inference interface DeepPot (#3164)

    Need discussion for other classes.
    
    ---------
    
    Signed-off-by: Jinzhe Zeng <[email protected]>
    njzjz authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    04c414a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dfbb55 View commit details
    Browse the repository at this point in the history