[Bugfix] Fix a bug in RequestOutput.finished (#202)
This commit is contained in:
@@ -154,7 +154,7 @@ class AsyncLLMEngine:
|
||||
yield request_output
|
||||
|
||||
# Once finished, release the resources of the sequence group.
|
||||
if request_output.finished():
|
||||
if request_output.finished:
|
||||
if self.log_requests:
|
||||
logger.info(f"Finished request {request_id}.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user