mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[BugFix] Fix profile run in pd-disaggregated deployment (#4584)
* [fix] fix pd+dp+ep bug * [fix] fix again * [ci] fix code style
This commit is contained in:
@@ -760,6 +760,9 @@ class EngineService:
|
||||
else:
|
||||
time.sleep(0.005)
|
||||
|
||||
except RuntimeError as e:
|
||||
if "cannot schedule new futures after shutdown" in str(e):
|
||||
break
|
||||
except Exception as e:
|
||||
err_msg = "Error happend while insert task to engine: {}, {}.".format(e, str(traceback.format_exc()))
|
||||
self.llm_logger.error(err_msg)
|
||||
|
||||
Reference in New Issue
Block a user