mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-31 16:40:41 +00:00
[test] fix test: test_zero1_2
This commit is contained in:
@@ -179,9 +179,9 @@ def run_dist(rank, world_size, port):
|
||||
@pytest.mark.dist
|
||||
@pytest.mark.parametrize("world_size", [4])
|
||||
@rerun_if_address_is_in_use()
|
||||
def test_mistral(world_size):
|
||||
def test_deepseek(world_size):
|
||||
spawn(run_dist, world_size)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_mistral(world_size=8)
|
||||
test_deepseek(world_size=4)
|
||||
|
@@ -180,9 +180,9 @@ def run_dist(rank, world_size, port):
|
||||
@pytest.mark.dist
|
||||
@pytest.mark.parametrize("world_size", [4])
|
||||
@rerun_if_address_is_in_use()
|
||||
def test_mistral(world_size):
|
||||
def test_mixtral(world_size):
|
||||
spawn(run_dist, world_size)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_mistral(world_size=8)
|
||||
test_mixtral(world_size=4)
|
||||
|
Reference in New Issue
Block a user