We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://github.com/pytorch/tutorials/blob/main/intermediate_source/ddp_tutorial.rst#initialize-ddp-with-torchdistributedruntorchrun
os package is not imported insert import os in the first line
os
import os
.
cc @wconstab @osalpekar @H-Huang @kwen2501