Skip to content

MlflowModelSaverDataSet and MlflowArtifactDataset saves to wrong directory after pulling from repo. #456

Answered by Galileo-Galilei
ciaciura asked this question in Q&A
Discussion options

You must be logged in to vote

Found it! I guess you refer to this repo: https://github.com/ciaciura/penguins. You have push your local mlruns folder so now mlflow will read the artifacts from the "permanent" location where you stored them. This can be seen here : https://github.com/ciaciura/penguins/blob/main/mlruns/0/meta.yaml. I guess this is the path in your old computer.

You should not push your mlruns folder which is only made for local persistence (add it to your .gitignore file). If you want to share your mlflow runs between different computers, you must set up a remote mlflow server.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Galileo-Galilei
Comment options

Answer selected by Galileo-Galilei
@ciaciura
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants