You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added DPA-3.3-1M as a built-in pretrained model available for
automatic download and use in inference and fine-tuning workflows.
* **Documentation**
* Updated docs and skill guides to list DPA-3.3-1M among available
pretrained models.
* Added guidance and a download command example for obtaining and using
DPA-3.3-1M in inference and fine-tuning.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Anyang Peng <137014849+anyangml@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: skills/deepmd-finetune-dpa3/SKILL.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: deepmd-finetune-dpa3
3
-
description: Fine-tune a DPA3 model in DeePMD-kit using the PyTorch backend. Use when the user wants to adapt a pre-trained DPA3 model to a new downstream dataset. Supports fine-tuning from a self-trained DPA3 model (.pt checkpoint), from a multi-task pre-trained model, or from a built-in pretrained model downloaded via `dp pretrained download` (e.g., DPA-3.1-3M, DPA-3.2-5M). Covers single-task and multi-task fine-tuning workflows.
3
+
description: Fine-tune a DPA3 model in DeePMD-kit using the PyTorch backend. Use when the user wants to adapt a pre-trained DPA3 model to a new downstream dataset. Supports fine-tuning from a self-trained DPA3 model (.pt checkpoint), from a multi-task pre-trained model, or from a built-in pretrained model downloaded via `dp pretrained download` (e.g., DPA-3.1-3M, DPA-3.2-5M, DPA-3.3-1M). Covers single-task and multi-task fine-tuning workflows.
4
4
compatibility: Requires deepmd-kit with PyTorch backend installed. GPU strongly recommended.
5
5
license: LGPL-3.0-or-later
6
6
metadata:
@@ -15,7 +15,7 @@ Fine-tune a pre-trained DPA3 model on a downstream dataset. This skill covers th
15
15
16
16
1. Fine-tuning from a self-trained single-task DPA3 model
17
17
1. Fine-tuning from a multi-task pre-trained DPA3 model
18
-
1. Fine-tuning from a built-in pretrained model (e.g., DPA-3.1-3M, DPA-3.2-5M) downloaded via `dp pretrained download`
18
+
1. Fine-tuning from a built-in pretrained model (e.g., DPA-3.1-3M, DPA-3.2-5M, DPA-3.3-1M) downloaded via `dp pretrained download`
Copy file name to clipboardExpand all lines: skills/deepmd-python-inference/SKILL.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ dp = DeepPot("graph.pb")
58
58
dp = DeepPot("DPA-3.2-5M")
59
59
```
60
60
61
-
Built-in pretrained model names include `DPA-3.2-5M`, `DPA-3.1-3M`, `DPA3-Omol-Large`, etc. DeePMD-kit will automatically download and cache the model on first use.
61
+
Built-in pretrained model names include `DPA-3.3-1M`, `DPA-3.2-5M`, `DPA-3.1-3M`, `DPA3-Omol-Large`, etc. DeePMD-kit will automatically download and cache the model on first use.
0 commit comments