Revert "Update test_all_gather_grad.py"

This reverts commit 0d23d75bc9.
This commit is contained in:
shuyingsunshine21 2021-03-24 02:06:36 -07:00
parent d64f90cbc7
commit dcdcd29731
1 changed files with 1 additions and 1 deletions

View File

@ -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)