Skip to content

Commit 030143e

Browse files
committed
doc: add support PT only
1 parent 1aa0ddf commit 030143e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deepmd/utils/argcheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@ def training_data_args(): # ! added by Ziyao: new specification style for data
29132913
"systems", [list[str], str], optional=False, default=".", doc=doc_systems
29142914
),
29152915
Argument(
2916-
"rglob_patterns", [list[str]], optional=True, default=None, doc=doc_patterns
2916+
"rglob_patterns", [list[str]], optional=True, default=None, doc=doc_patterns + doc_only_pt_supported
29172917
),
29182918
Argument(
29192919
"batch_size",
@@ -2985,7 +2985,7 @@ def validation_data_args(): # ! added by Ziyao: new specification style for dat
29852985
"systems", [list[str], str], optional=False, default=".", doc=doc_systems
29862986
),
29872987
Argument(
2988-
"rglob_patterns", [list[str]], optional=True, default=None, doc=doc_patterns
2988+
"rglob_patterns", [list[str]], optional=True, default=None, doc=doc_patterns + doc_only_pt_supported
29892989
),
29902990
Argument(
29912991
"batch_size",

0 commit comments

Comments
 (0)