Skip to content

Commit 2b81810

Browse files
authored
Merge pull request #101 from deepmodeling/dpa3m
add DPA3 7M model
2 parents 4f92efb + 039a0c6 commit 2b81810

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

lambench/models/models_config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
show_finetune_task: True
1010
show_calculator_task: True
1111

12+
- model_name: dpa3_250211_v3_0_0_7M
13+
model_type: DP
14+
model_family: DP
15+
model_path: /bohr/lambench-model-55c1/v4/dpa3_250211_v3_0_0_7M/dp_dpa3_v3.0.0_0211_280w.pt
16+
virtualenv: registry.dp.tech/dptech/dp/native/prod-26832/lambench:v2.2
17+
model_metadata:
18+
model_description: "DP 2025 Q1, 7M parameters"
19+
show_finetune_task: False
20+
show_calculator_task: False
21+
skip_tasks: [PropertyFinetuneTask, CalculatorTask]
22+
1223
- model_name: mace_mp_0_medium
1324
model_type: ASE
1425
model_family: MACE

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232

3333
[project.optional-dependencies]
34-
deepmd = ["deepmd-kit @ git+https://github.com/iProzd/deepmd-kit.git@0103_prob_scp_e1a#egg=deepmd-kit", "torch>=2.1"]
34+
deepmd = ["deepmd-kit @ git+https://github.com/iProzd/deepmd-kit.git@devel_dpa3_descriptor#egg=deepmd-kit", "torch>=2.1"]
3535
fairchem = ["fairchem-core", "torch_geometric", "pyg_lib", "torch_scatter", "torch_sparse", "torch_cluster", "torch_spline_conv"] # See README
3636
mace = ["mace-torch"]
3737
mattersim = ["mattersim @ git+https://github.com/microsoft/mattersim.git@f1028e5eee8cc19edfc1d44f3c468c1206192daa"]

0 commit comments

Comments
 (0)