We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f312df commit 50ba81fCopy full SHA for 50ba81f
1 file changed
intermediate_source/ddp_tutorial.rst
@@ -311,6 +311,7 @@ Let's still use the Toymodel example and create a file named ``elastic_ddp.py``.
311
312
.. code:: python
313
314
+ import os
315
import torch
316
import torch.distributed as dist
317
import torch.nn as nn
0 commit comments