Merge pull request #1 from shuyingsunshine21/shuyingsunshine21-checkpoint_consolidate

Update test_all_gather_grad.py
This commit is contained in:
shuyingsunshine21 2021-03-24 01:53:27 -07:00 committed by GitHub
commit c5053da789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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