Skip to content

Commit 79ec0d4

Browse files
ruisearch42njhill
andcommitted
Update vllm/v1/utils.py
Co-authored-by: Nick Hill <nhill@redhat.com> Signed-off-by: Rui Qiao <ruisearch42@gmail.com>
1 parent 16df028 commit 79ec0d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/v1/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,7 @@ def wait_for_completion_or_failure(
601601

602602
if actor_run_refs:
603603
import ray
604-
_, unready_refs = ray.wait(actor_run_refs, timeout=5)
605-
actor_run_refs = unready_refs
604+
_, actor_run_refs = ray.wait(actor_run_refs, timeout=5)
606605

607606
except KeyboardInterrupt:
608607
logger.info("Received KeyboardInterrupt, shutting down API servers...")

0 commit comments

Comments
 (0)