Open
Description
Anything you want to discuss about vllm.
The current logic is to popleft the seq in the waiting queue first, then compare it with the lowest priority seq in the running queue.
Lines 988 to 997 in 437f916
However, the step of sorting the waiting queue is placed later.
Line 1026 in 437f916
Shouldn't the waiting queue be sorted first then popleft?
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.