mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Optimization] Improve perf for fd response token with internal adapter (#4992)
* [Optimize] Improve perf for fd response token with internal adapter * fix * fix bug * fix ci * fix ci * fix ci * fix ci
This commit is contained in:
@@ -436,6 +436,5 @@ class SplitwiseConnector:
|
||||
self.logger.debug(f"_handle_decode function receive {payload}")
|
||||
tasks = []
|
||||
for task in payload:
|
||||
output = RequestOutput.from_dict(task)
|
||||
tasks.append(output)
|
||||
tasks.append(RequestOutput.from_dict(task))
|
||||
self.engine_worker_queue.put_disaggregated_tasks(("decode", tasks))
|
||||
|
||||
Reference in New Issue
Block a user