Skip to content

Commit 46c4a10

Browse files
Address review (change 'ie' to 'for example')
1 parent 29c0299 commit 46c4a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/ddp_series_fault_tolerance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Follow along with the video below or on `youtube <https://www.youtube.com/watch/
4242

4343
In distributed training, a single process failure can
4444
disrupt the entire training job. Since the susceptibility for failure can be higher here, making your training
45-
script robust is particularly important here. You might also prefer your training job to be *elastic*, i.e.,
45+
script robust is particularly important here. You might also prefer your training job to be *elastic*, for example,
4646
compute resources can join and leave dynamically over the course of the job.
4747

4848
PyTorch offers a utility called ``torchrun`` that provides fault-tolerance and

0 commit comments

Comments
 (0)