We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171f040 commit b7209c9Copy full SHA for b7209c9
1 file changed
deepmd/main.py
@@ -943,6 +943,7 @@ def main(args: Optional[list[str]] = None) -> None:
943
"convert-from",
944
"train-nvnmd",
945
"change-bias",
946
+ "grad-probe",
947
):
948
deepmd_main = BACKENDS[args.backend]().entry_point_hook
949
elif args.command is None:
0 commit comments