Skip to content

Commit 77bf8c1

Browse files
committed
Fix build-doc CI failure debuged in Lightning-AI#5329
1 parent 70ea89c commit 77bf8c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytorch_lightning/trainer/trainer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ def __init__(
251251
you can set ``replace_sampler_ddp=False`` and add your own distributed sampler.
252252
253253
resume_from_checkpoint: To resume training from a specific checkpoint pass in the path here.
254-
This can be a URL.
255-
If there is no checkpoint file at the specified path, start training from scratch.
254+
This can be a URL. If there is no checkpoint file at the path, start from scratch.
256255
257256
sync_batchnorm: Synchronize batch norm layers between process groups/whole world.
258257

0 commit comments

Comments
 (0)