Skip to content

Commit

Permalink
Revert "Merge pull request #1 from shuyingsunshine21/shuyingsunshine2…
Browse files Browse the repository at this point in the history
…1-checkpoint_consolidate"

This reverts commit c5053da, reversing
changes made to 0d23d75.
  • Loading branch information
shuyingsunshine21 committed Mar 24, 2021
1 parent 7635b4f commit d64f90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utilities/test_all_gather_grad.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ 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 d64f90c

Please sign in to comment.