mlflow / mlflow-export-import

Apache License 2.0
110 stars 70 forks source link

Export Method of Artifacts Stored on Minio #173

Open lester1027 opened 4 months ago

lester1027 commented 4 months ago

Dear all,

I would like to get some suggestions about backing up artifacts from a minio server. For now, all my mlflow artifacts are stored on a minio server. When I open the minio directory, I can see all the files are stored in binary forms.

Moreover, if I export everything with https://github.com/mlflow/mlflow-export-import, I cannot see any meta.yaml. Instead, I can see experiments.json, experiment.json and run.json. Therefore, I cannot browse the runs with mlflow ui. Under this situation, how should I back up everything such that I can reuse the runs elsewhere?

Thank you.