Skip to content

Commit

Permalink
Merge pull request #207 from tisnik/print-python-version-on-startup
Browse files Browse the repository at this point in the history
Print Python version on startup
  • Loading branch information
tisnik authored Dec 11, 2024
2 parents 440aa27 + 64bd9a1 commit 4825c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def load_index():
configure_logging(config.ols_config.logging_config)
logger = logging.getLogger("ols")
logger.info("Config loaded from %s", Path(cfg_file).resolve())
logger.info("Running on Python version %s", sys.version)

configure_hugging_face_envs(config.ols_config)

Expand Down

0 comments on commit 4825c1d

Please sign in to comment.