Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont check for tracking uri when running mlflow offline #146

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Nov 16, 2024

  1. no longer checking tracking uri when running mlflow offline

    old behaviour when running offline with the default tracking uri (???) would cause a crash. My understanding is there is no reason to check tracking uri when running offline because this is provided later when the run is synced to mlflow. One use case for this would be for external vendors benchmarking anemoi. They could use the mlflow logging features to analyse GPU utilization etc. without requiring a tracking uri.
    cathalobrien committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    87d5af7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Update src/anemoi/training/diagnostics/logger.py

    Co-authored-by: Harrison Cook <[email protected]>
    cathalobrien and HCookie authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8b779f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a4e80 View commit details
    Browse the repository at this point in the history