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 16df028 commit 79ec0d4Copy full SHA for 79ec0d4
vllm/v1/utils.py
@@ -601,8 +601,7 @@ def wait_for_completion_or_failure(
601
602
if actor_run_refs:
603
import ray
604
- _, unready_refs = ray.wait(actor_run_refs, timeout=5)
605
- actor_run_refs = unready_refs
+ _, actor_run_refs = ray.wait(actor_run_refs, timeout=5)
606
607
except KeyboardInterrupt:
608
logger.info("Received KeyboardInterrupt, shutting down API servers...")
0 commit comments