Skip to content

Commit 0fce2cc

Browse files
committed
Update stale documentation
1 parent db26a08 commit 0fce2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/visualize/loggers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Example usage:
7272
mlf_logger = MLFlowLogger(
7373
experiment_name="lightning_logs",
7474
tracking_uri="file:./ml-runs",
75-
checkpoint_artifact_path_prefix="my_prefix"
75+
checkpoint_path_prefix="my_prefix"
7676
)
7777
trainer = L.Trainer(logger=mlf_logger)
7878

0 commit comments

Comments
 (0)