Skip to content

Commit e1ff3b9

Browse files
committed
update ut
1 parent 78ea098 commit e1ff3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/auto_parallel/hybrid_strategy/test_semi_auto_parallel_llama_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_simple_net_hybrid_strategy(self):
6868

6969
class TestSemiAutoParallelLlama3D(test_base.CommunicationTestDistBase):
7070
def setUp(self):
71-
super().setUp(num_of_devices=8, timeout=200, nnode=1)
71+
super().setUp(num_of_devices=8, timeout=400, nnode=1)
7272
self._default_envs = {"dp": "2", "mp": "2", "pp": "2", "acc_step": "2"}
7373
self._changeable_envs = {
7474
"backend": ["gpu"],
@@ -91,7 +91,7 @@ def test_simple_net_hybrid_strategy(self):
9191

9292
class TestSemiAutoParallelLlamaACC(test_base.CommunicationTestDistBase):
9393
def setUp(self):
94-
super().setUp(num_of_devices=8, timeout=200, nnode=1)
94+
super().setUp(num_of_devices=8, timeout=400, nnode=1)
9595
self._default_envs = {
9696
"dp": "2",
9797
"mp": "2",

0 commit comments

Comments
 (0)