Skip to content

Commit

Permalink
switch gloo tests back to cpu (pytorch#1665)
Browse files Browse the repository at this point in the history
Summary:

Also minor refactoring.

Differential Revision: D53149479
  • Loading branch information
henrylhtsang authored and facebook-github-bot committed Jan 30, 2024
1 parent 0e153c9 commit 13e0ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchrec/distributed/tests/test_model_parallel_gloo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ class ModelParallelTestGloo(ModelParallelBase):
pass


class ModelParallelStateDictTestNccl(ModelParallelStateDictBase):
class ModelParallelStateDictTestGloo(ModelParallelStateDictBase):
pass


class ModelParallelSparseOnlyTestNccl(ModelParallelSparseOnlyBase):
class ModelParallelSparseOnlyTestGloo(ModelParallelSparseOnlyBase):
pass

0 comments on commit 13e0ae5

Please sign in to comment.