Skip to content

Commit 2eb5f8c

Browse files
authored
Merge branch 'deepmodeling:master' into master
2 parents b89fa6d + 5d94bd6 commit 2eb5f8c

34 files changed

Lines changed: 15312 additions & 60 deletions

.github/workflows/test_cc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
ENABLE_PADDLE: ${{ matrix.enable_paddle && '1' || '0' }}
103103
if: ${{ !matrix.check_memleak }}
104104
- name: Upload coverage to Codecov (non-blocking)
105-
uses: codecov/codecov-action@v6
105+
uses: codecov/codecov-action@v7
106106
continue-on-error: true
107107
with:
108108
use_oidc: true

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: .test_durations_${{ matrix.group }}
7878
include-hidden-files: true
7979
- name: Upload coverage to Codecov (non-blocking)
80-
uses: codecov/codecov-action@v6
80+
uses: codecov/codecov-action@v7
8181
continue-on-error: true
8282
with:
8383
use_oidc: true

deepmd/dpmodel/descriptor/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
from .dpa3 import (
99
DescrptDPA3,
1010
)
11+
from .dpa4 import (
12+
DescrptDPA4,
13+
)
1114
from .hybrid import (
1215
DescrptHybrid,
1316
)
@@ -34,6 +37,7 @@
3437
"DescrptDPA1",
3538
"DescrptDPA2",
3639
"DescrptDPA3",
40+
"DescrptDPA4",
3741
"DescrptHybrid",
3842
"DescrptSeA",
3943
"DescrptSeAttenV2",

0 commit comments

Comments
 (0)