We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5053da commit 9d4a2b8Copy full SHA for 9d4a2b8
tests/core/test_results.py
@@ -30,6 +30,7 @@
30
31
def _setup_ddp(rank, worldsize):
32
import os
33
+
34
os.environ["MASTER_ADDR"] = "localhost"
35
36
# initialize the process group
0 commit comments