Skip to content

Commit 3df9e35

Browse files
henrylhtsangfacebook-github-bot
authored andcommitted
switch gloo tests back to cpu (#1665)
Summary: Pull Request resolved: #1665 Also minor refactoring. Reviewed By: sarckk Differential Revision: D53149479 fbshipit-source-id: 5c0cb8925118e6a2ad76a7f45c102a2c4a6f518e
1 parent af86a0f commit 3df9e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchrec/distributed/tests/test_model_parallel_gloo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ class ModelParallelTestGloo(ModelParallelBase):
1616
pass
1717

1818

19-
class ModelParallelStateDictTestNccl(ModelParallelStateDictBase):
19+
class ModelParallelStateDictTestGloo(ModelParallelStateDictBase):
2020
pass
2121

2222

23-
class ModelParallelSparseOnlyTestNccl(ModelParallelSparseOnlyBase):
23+
class ModelParallelSparseOnlyTestGloo(ModelParallelSparseOnlyBase):
2424
pass

0 commit comments

Comments
 (0)