Skip to content

Commit c00f0ba

Browse files
committed
fix
1 parent f66b0be commit c00f0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/server/router/model_infer/mode_backend/base_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def _get_classed_reqs(self, req_ids: List[int], no_decode: bool = False, strict_
262262
uinit_reqs.append(req_obj)
263263
continue
264264

265-
if req_obj.shm_req.router_aborted:
265+
if req_obj.infer_aborted:
266266
aborted_reqs.append(req_obj)
267267
continue
268268

0 commit comments

Comments
 (0)