Add a watch dog thread (#1816)
This commit is contained in:
@@ -45,7 +45,7 @@ class TestCacheReport(unittest.TestCase):
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
kill_child_process(cls.process.pid)
|
||||
kill_child_process(cls.process.pid, include_self=True)
|
||||
|
||||
def run_decode(self, return_logprob=False, top_logprobs_num=0, n=1):
|
||||
response = requests.post(
|
||||
|
||||
Reference in New Issue
Block a user