Merge remote-tracking branch 'origin/docker-blackwell-build' into r5748
This commit is contained in:
commit
ab0556e4d5
1 changed files with 3 additions and 3 deletions
|
|
@ -300,9 +300,9 @@ class SyntheticDataKit:
|
|||
_wait = 1 if deadline is None else min(1, deadline - time.monotonic())
|
||||
if _wait <= 0:
|
||||
break
|
||||
if self.stdout_capture.wait_for_ready(timeout = _wait) or self.stderr_capture.wait_for_ready(
|
||||
timeout = 0
|
||||
):
|
||||
if self.stdout_capture.wait_for_ready(
|
||||
timeout = _wait
|
||||
) or self.stderr_capture.wait_for_ready(timeout = 0):
|
||||
ready = True
|
||||
break
|
||||
if self.vllm_process.poll() is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue