We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b97e3 commit ff30483Copy full SHA for ff30483
lightllm/server/router/model_infer/mode_backend/cython_fast_impl.pyx
@@ -96,7 +96,7 @@ def fast_post_handle(
96
97
# 判断是否已经满足生成结束条件。
98
is_finished = req_obj.finish_status.is_finished()
99
- if is_finished or req_obj.shm_req.router_aborted:
+ if is_finished or shm_req.router_aborted:
100
finished_req_ids.append(shm_req.request_id)
101
102
if is_master_in_dp:
0 commit comments