Skip to content

Commit

Permalink
Minor:
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon committed Oct 20, 2024
1 parent f03416b commit cd57404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/v1/core/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def finish_requests(
for req_id in request_ids:
request = self.requests.get(req_id)
if request is None:
# Invalid request ID.
continue

if request.status == RequestStatus.RUNNING:
Expand Down

0 comments on commit cd57404

Please sign in to comment.