Skip to content

Commit b7209c9

Browse files
committed
fix: register arg
1 parent 171f040 commit b7209c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deepmd/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ def main(args: Optional[list[str]] = None) -> None:
943943
"convert-from",
944944
"train-nvnmd",
945945
"change-bias",
946+
"grad-probe",
946947
):
947948
deepmd_main = BACKENDS[args.backend]().entry_point_hook
948949
elif args.command is None:

0 commit comments

Comments
 (0)