Skip to content

Commit a4158bc

Browse files
awaelchlilantiga
authored andcommitted
Fix typo in mlflow docs (#18527)
fix (cherry picked from commit 866c3c2)
1 parent 964ace6 commit a4158bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/loggers/mlflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def any_lightning_module_function_or_hook(self):
114114
back to `file:<save_dir>`.
115115
tags: A dictionary tags for the experiment.
116116
save_dir: A path to a local directory where the MLflow runs get saved.
117-
Defaults to `./mlflow` if `tracking_uri` is not provided.
117+
Defaults to `./mlruns` if `tracking_uri` is not provided.
118118
Has no effect if `tracking_uri` is provided.
119119
log_model: Log checkpoints created by :class:`~lightning.pytorch.callbacks.model_checkpoint.ModelCheckpoint`
120120
as MLFlow artifacts.

0 commit comments

Comments
 (0)