mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Bug fix] Fix multi modal fetch feature (#6095)
This commit is contained in:
@@ -922,6 +922,7 @@ class EngineService:
|
||||
)
|
||||
]
|
||||
)
|
||||
need_check_req_ids.remove(task.request_id)
|
||||
delete_tasks_list.append(task)
|
||||
elif result is False:
|
||||
if task.request_id in finished_ids:
|
||||
|
||||
Reference in New Issue
Block a user