项目文件夹

文件
2026-07-13 13:22:34 +08:00

8 行
199 B
Markdown

# fs2db - FileStore to Database Migration Tool
Migrate MLflow FileStore (`./mlruns`) data to a database backend.
```bash
mlflow migrate-filestore --source ./mlruns --target sqlite:///mlflow.db
```