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 d1baa51 commit d717033Copy full SHA for d717033
olmocr/pipeline.py
@@ -615,7 +615,7 @@ async def process_line(line):
615
if match:
616
last_running_req = int(match.group(1))
617
618
- match = re.search(r'Pending: (\d+)', line)
+ match = re.search(r'Waiting: (\d+)', line)
619
620
last_queue_req = int(match.group(1))
621
logger.info(f"vllm running req: {last_running_req} queue req: {last_queue_req}")
0 commit comments