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 1 commit into
base: develop
Choose a base branch
from

Conversation

cathalobrien
Copy link
Contributor

The old behavior when running offline with the default tracking uri ('???') would cause a crash. So now tracking uri isnt checked when running offline

    offline = config.diagnostics.log.mlflow.offline
    if not offline:
        tracking_uri = config.diagnostics.log.mlflow.tracking_uri
        LOGGER.info("AnemoiMLFlow logging to %s", tracking_uri)
    else:
        tracking_uri = None

My understanding is there is no reason to check tracking uri when running offline because tracking_uri is provided later if the run is synced to mlflow.
One use case for running offline without a tracking uri would be for external vendors benchmarking anemoi. They could use the mlflow offline logging to analyse GPU utilization etc.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant