We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b2158 commit b55d91aCopy full SHA for b55d91a
1 file changed
deepmd/pt/entrypoints/main.py
@@ -239,9 +239,9 @@ def get_backend_info(self) -> dict:
239
"""Get backend information."""
240
if ENABLE_CUSTOMIZED_OP:
241
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"),
+ "Built with PT Ver": GLOBAL_CONFIG["pt_version"],
+ "Built with PT Inc": GLOBAL_CONFIG["pt_include_dir"].replace(";", "\n"),
+ "Built with PT Lib": GLOBAL_CONFIG["pt_libs"].replace(";", "\n"),
245
}
246
else:
247
op_info = {}
0 commit comments