Skip to content

Commit 6df2585

Browse files
committed
Fix: resolve lint issues in DDP multi-GPU tutorial
1 parent 3ff5694 commit 6df2585

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

beginner_source/ddp_series_multigpu.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ Running the distributed training job
202202
Here's what the code looks like:
203203

204204
.. code-block:: python
205-
206205
207206
def main(rank, world_size, total_epochs, save_every):
208207
ddp_setup(rank, world_size)
@@ -220,7 +219,6 @@ Here's what the code looks like:
220219
mp.spawn(main, args=(world_size, total_epochs, save_every,), nprocs=world_size)
221220
222221
223-
224222
Further Reading
225223
---------------
226224

0 commit comments

Comments
 (0)