From 1a98e80a6ad24bb2ebf9a9fc73e39ae559a6114a Mon Sep 17 00:00:00 2001 From: wangzhihong Date: Mon, 21 Oct 2024 19:41:27 +0800 Subject: [PATCH] temp --- lazyllm/module/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lazyllm/module/module.py b/lazyllm/module/module.py index a8ccb21a..d216c499 100644 --- a/lazyllm/module/module.py +++ b/lazyllm/module/module.py @@ -437,6 +437,7 @@ def _get_deploy_tasks(self): def stop(self): self._launcher.cleanup() + self._get_deploy_tasks.flag.reset() def __del__(self): self.stop()