Skip to content

Commit

Permalink
Update test_all_gather_grad.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyingsunshine21 authored Mar 24, 2021
1 parent 0d23d75 commit ca6f98b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utilities/test_all_gather_grad.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def _test_all_gather_ddp(rank, world_size):
@RunIf(skip_windows=True)
def test_all_gather_ddp():
world_size = 3
os.environ["MKL_SERVICE_FORCE_INTEL"] = "1"
torch.multiprocessing.spawn(_test_all_gather_ddp, args=(world_size, ), nprocs=world_size)


Expand Down

0 comments on commit ca6f98b

Please sign in to comment.