Skip to content

Commit

Permalink
update ut, test=allcases, test=allcase
Browse files Browse the repository at this point in the history
  • Loading branch information
FeixLiu committed Dec 6, 2023
1 parent fae3e07 commit e706245
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ def test_simple_net_hybrid_strategy(self):
user_defined_envs=envs,
)


class TestSemiAutoParallelCrossMeshReshard(test_base.CommunicationTestDistBase):
def setUp(self):
super().setUp(
num_of_devices=8,
num_of_devices=4,
timeout=120,
nnode=1,
)
Expand All @@ -75,7 +76,7 @@ def setUp(self):
}
self._changeable_envs = {"backend": ["gpu"]}

def test_simple_net_hybrid_strategy(self):
def test_simple_net_cross_mesh_reshard(self):
envs_list = test_base.gen_product_envs_list(
self._default_envs, self._changeable_envs
)
Expand All @@ -97,7 +98,7 @@ def setUp(self):
}
self._changeable_envs = {"backend": ["gpu"]}

def test_simple_net_bybrid_strategy(self):
def test_simple_net_hybrid_strategy(self):
envs_list = test_base.gen_product_envs_list(
self._default_envs, self._changeable_envs
)
Expand Down

0 comments on commit e706245

Please sign in to comment.