Skip to content

Commit 1936f7e

Browse files
committed
fix
1 parent acfdcc4 commit 1936f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deepmd/tf/train/run_options.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ def get_backend_info(self) -> dict:
6868
return {
6969
"Backend": "TensorFlow",
7070
"TF Ver": tf.version.GIT_VERSION,
71-
"Built With TF Ver": TF_VERSION,
72-
"Built With TF Inc": GLOBAL_CONFIG["tf_include_dir"].replace(";", "\n"),
73-
"Built With TF Lib": GLOBAL_CONFIG["tf_libs"].replace(";", "\n"),
71+
"Built with TF Ver": TF_VERSION,
72+
"Built with TF Inc": GLOBAL_CONFIG["tf_include_dir"].replace(";", "\n"),
73+
"Built with TF Lib": GLOBAL_CONFIG["tf_libs"].replace(";", "\n"),
7474
}
7575

7676
def get_device_name(self) -> str | None:

0 commit comments

Comments
 (0)