Skip to content

Commit c5053da

Browse files
Merge pull request #1 from shuyingsunshine21/shuyingsunshine21-checkpoint_consolidate
Update test_all_gather_grad.py
2 parents 0d23d75 + ca6f98b commit c5053da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utilities/test_all_gather_grad.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def _test_all_gather_ddp(rank, world_size):
4444
@RunIf(skip_windows=True)
4545
def test_all_gather_ddp():
4646
world_size = 3
47-
os.environ["MKL_SERVICE_FORCE_INTEL"] = "1"
4847
torch.multiprocessing.spawn(_test_all_gather_ddp, args=(world_size, ), nprocs=world_size)
4948

5049

0 commit comments

Comments
 (0)