Skip to content

Commit

Permalink
Merge pull request #1 from shuyingsunshine21/shuyingsunshine21-checkp…
Browse files Browse the repository at this point in the history
…oint_consolidate

Update test_all_gather_grad.py
  • Loading branch information
shuyingsunshine21 authored Mar 24, 2021
2 parents 0d23d75 + ca6f98b commit c5053da
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 c5053da

Please sign in to comment.