Skip to content

Commit 4674dde

Browse files
committed
feat(pretrained): add DPA4 OMat24 models
Register the five v20260805 DPA4-OMat24 checkpoints (Nano, Mini, Neo, Air, and Plus) with Hugging Face, hf-mirror, and ModelScope sources plus verified SHA-256 checksums. Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.6-terra)
1 parent 62cd093 commit 4674dde

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

deepmd/pretrained/registry.py

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,51 @@
5151
"filename": "DPA3-Omol-Large.pt",
5252
"sha256": "dc4d252b31450b41eb3546cc48f640ad0831c0b5d069ce27d996e0ff58fc037a",
5353
},
54+
"DPA4-Nano-OMat24": {
55+
"urls": [
56+
"https://huggingface.co/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Nano-OMat24-v20260805.pt?download=true",
57+
"https://hf-mirror.com/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Nano-OMat24-v20260805.pt?download=true",
58+
"https://modelscope.cn/models/DeepModelingCommunity/DPA4-OMat24/resolve/master/DPA4-Nano-OMat24-v20260805.pt",
59+
],
60+
"filename": "DPA4-Nano-OMat24-v20260805.pt",
61+
"sha256": "ded047546c2b44a50e2c850680d77279e2bf3e107c10f1c2fe39a5c344e693f6",
62+
},
63+
"DPA4-Mini-OMat24": {
64+
"urls": [
65+
"https://huggingface.co/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Mini-OMat24-v20260805.pt?download=true",
66+
"https://hf-mirror.com/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Mini-OMat24-v20260805.pt?download=true",
67+
"https://modelscope.cn/models/DeepModelingCommunity/DPA4-OMat24/resolve/master/DPA4-Mini-OMat24-v20260805.pt",
68+
],
69+
"filename": "DPA4-Mini-OMat24-v20260805.pt",
70+
"sha256": "13edeea63448c0f8a0b38e08fd8ba196fb1e2fad5f12486b1cd23320829da268",
71+
},
72+
"DPA4-Neo-OMat24": {
73+
"urls": [
74+
"https://huggingface.co/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Neo-OMat24-v20260805.pt?download=true",
75+
"https://hf-mirror.com/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Neo-OMat24-v20260805.pt?download=true",
76+
"https://modelscope.cn/models/DeepModelingCommunity/DPA4-OMat24/resolve/master/DPA4-Neo-OMat24-v20260805.pt",
77+
],
78+
"filename": "DPA4-Neo-OMat24-v20260805.pt",
79+
"sha256": "fd7f34ae28f921201e4a0328ddf56179892752084f8363e7796038201471c989",
80+
},
81+
"DPA4-Air-OMat24": {
82+
"urls": [
83+
"https://huggingface.co/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Air-OMat24-v20260805.pt?download=true",
84+
"https://hf-mirror.com/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Air-OMat24-v20260805.pt?download=true",
85+
"https://modelscope.cn/models/DeepModelingCommunity/DPA4-OMat24/resolve/master/DPA4-Air-OMat24-v20260805.pt",
86+
],
87+
"filename": "DPA4-Air-OMat24-v20260805.pt",
88+
"sha256": "7ac5fb696fc057229ceebc33f31f7a96b2f3616ac5b63a512acd1848f2d41a09",
89+
},
90+
"DPA4-Plus-OMat24": {
91+
"urls": [
92+
"https://huggingface.co/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Plus-OMat24-v20260805.pt?download=true",
93+
"https://hf-mirror.com/deepmodelingcommunity/DPA4-OMat24/resolve/main/DPA4-Plus-OMat24-v20260805.pt?download=true",
94+
"https://modelscope.cn/models/DeepModelingCommunity/DPA4-OMat24/resolve/master/DPA4-Plus-OMat24-v20260805.pt",
95+
],
96+
"filename": "DPA4-Plus-OMat24-v20260805.pt",
97+
"sha256": "6820a320dc241a4002e6c257ad21983950df178b1f80271a6e6af199adb18567",
98+
},
5499
}
55100

56101

0 commit comments

Comments
 (0)