tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

[BUG] - python code error in ddp_tutorial

Open rebornwwp opened this issue 9 months ago • 0 comments

Add Link

https://github.com/pytorch/tutorials/blob/main/intermediate_source/ddp_tutorial.rst#initialize-ddp-with-torchdistributedruntorchrun

Describe the bug

https://github.com/pytorch/tutorials/blob/main/intermediate_source/ddp_tutorial.rst#initialize-ddp-with-torchdistributedruntorchrun

Image

os package is not imported insert import os in the first line

Describe your environment

.

cc @wconstab @osalpekar @H-Huang @kwen2501

rebornwwp avatar Mar 12 '25 16:03 rebornwwp