Add a watch dog thread (#1816)
This commit is contained in:
@@ -25,7 +25,7 @@ class TestDataParallelism(unittest.TestCase):
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
kill_child_process(cls.process.pid)
|
||||
kill_child_process(cls.process.pid, include_self=True)
|
||||
|
||||
def test_mmlu(self):
|
||||
args = SimpleNamespace(
|
||||
|
||||
Reference in New Issue
Block a user