Skip to content

Commit d64f90c

Browse files
Revert "Merge pull request #1 from shuyingsunshine21/shuyingsunshine21-checkpoint_consolidate"
This reverts commit c5053da, reversing changes made to 0d23d75.
1 parent 7635b4f commit d64f90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utilities/test_all_gather_grad.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ 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"
4748
torch.multiprocessing.spawn(_test_all_gather_ddp, args=(world_size, ), nprocs=world_size)
4849

4950

0 commit comments

Comments
 (0)