Skip to content

Commit

Permalink
fix(pt): info typo in log (#3927)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd authored Jun 28, 2024
1 parent 56c3e17 commit 20aeaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/pt/entrypoints/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def main(args: Optional[Union[List[str], argparse.Namespace]] = None):

set_log_handles(FLAGS.log_level, FLAGS.log_path, mpi_log=None)
log.debug("Log handles were successfully set")
log.info("DeepMD version: %s", __version__)
log.info("DeePMD version: %s", __version__)

if FLAGS.command == "train":
train(FLAGS)
Expand Down

0 comments on commit 20aeaf8

Please sign in to comment.