Skip to content

Commit b55d91a

Browse files
committed
fix
1 parent 26b2158 commit b55d91a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deepmd/pt/entrypoints/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ def get_backend_info(self) -> dict:
239239
"""Get backend information."""
240240
if ENABLE_CUSTOMIZED_OP:
241241
op_info = {
242-
"Built With PT Ver": GLOBAL_CONFIG["pt_version"],
243-
"Built With PT Inc": GLOBAL_CONFIG["pt_include_dir"].replace(";", "\n"),
244-
"Built With PT Lib": GLOBAL_CONFIG["pt_libs"].replace(";", "\n"),
242+
"Built with PT Ver": GLOBAL_CONFIG["pt_version"],
243+
"Built with PT Inc": GLOBAL_CONFIG["pt_include_dir"].replace(";", "\n"),
244+
"Built with PT Lib": GLOBAL_CONFIG["pt_libs"].replace(";", "\n"),
245245
}
246246
else:
247247
op_info = {}

0 commit comments

Comments
 (0)