Skip to content

Commit 55094d6

Browse files
committed
fix
1 parent b55d91a commit 55094d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)