Revert "Update test_all_gather_grad.py"
This reverts commit 0d23d75bc9
.
This commit is contained in:
parent
d64f90cbc7
commit
dcdcd29731
|
@ -13,7 +13,7 @@ from tests.helpers.runif import RunIf
|
|||
def setup_ddp(rank, world_size):
|
||||
""" Setup ddp enviroment """
|
||||
os.environ["MASTER_ADDR"] = "localhost"
|
||||
os.environ["MASTER_PORT"] = "8088"
|
||||
os.environ["MASTER_PORT"] = "29501"
|
||||
|
||||
if torch.distributed.is_available() and sys.platform not in ("win32", "cygwin"):
|
||||
torch.distributed.init_process_group("gloo", rank=rank, world_size=world_size)
|
||||
|
|
Loading…
Reference in New Issue