Skip to content

Commit

Permalink
Merge pull request #46 from njzjz/v3.0.0b4
Browse files Browse the repository at this point in the history
v3.0.0b4
  • Loading branch information
njzjz authored Sep 26, 2024
2 parents a6a458d + 199e008 commit b4c36ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
cuda: '11.8'
platform: linux-64
- name: deepmd-kit
cuda: '12.4'
cuda: '12.6'
platform: linux-64
#- name: deepmd-kit-gpu
# cuda: '10.2'
# platform: linux-ppc64le
env:
version: "3.0.0b3"
version: "3.0.0b4"
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
Expand All @@ -40,7 +40,7 @@ jobs:
CUDA_VERSION: ${{ matrix.cuda }}
CONDA_OVERRIDE_CUDA: ${{ matrix.cuda }}
- run: export NAME=`ls deepmd-kit-*.sh` && split -a 1 -d -n 2 ${NAME} ${NAME}. && rm deepmd-kit-*.sh
if: matrix.cuda == '11.8' || matrix.cuda == '12.4'
if: matrix.cuda == '11.8' || matrix.cuda == '12.6'
- name: Upload to release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 0 additions & 2 deletions deepmd-kit/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ channels:
specs:
- deepmd-kit {{ version }} {{ variant }}*
- lammps
# https://github.com/deepmodeling/deepmd-kit/issues/3923
- libpnetcdf 1.12.3
- horovod * {{ variant }}*
- mpi4py
- dpdata
Expand Down

0 comments on commit b4c36ba

Please sign in to comment.