Skip to content

Commit

Permalink
[Bug] Fix parallel mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Dec 10, 2023
1 parent dfda88c commit b74a92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributed/test_parallel_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def test_parallel_mode():
assert hasattr(ParallelMode, "TENSOR")
assert hasattr(ParallelMode, "PIPELINE")
assert hasattr(ParallelMode, "DATA")
assert hasattr(ParallelMode, "EXPERT")
assert hasattr(ParallelMode, "EXPERT_DATA")

assert ParallelMode.GLOBAL == ParallelMode.GLOBAL
assert ParallelMode.GLOBAL != ParallelMode.TENSOR

0 comments on commit b74a92d

Please sign in to comment.