Skip to content

Commit 288fbcb

Browse files
WoosukKwonSzymonOzog
authored andcommitted
[V1][Minor] Remove outdated comment (vllm-project#12928)
Signed-off-by: Woosuk Kwon <[email protected]> Signed-off-by: SzymonOzog <[email protected]>
1 parent b12f085 commit 288fbcb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vllm/v1/core/kv_cache_manager.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,7 @@ def get_num_common_prefix_blocks(
299299
300300
While all scheduled requests must be in the RUNNING state, the inverse
301301
is not necessarily true. There may be RUNNING requests that are not
302-
scheduled in the current step. As of 1/1/2025, the scheduler does not
303-
allow this case, but it is possible in the future, as we allow more
304-
flexible scheduling.
302+
scheduled in the current step.
305303
306304
This can result in an edge case where the number of common prefix blocks
307305
is 0, even though all scheduled requests share a common prefix. This

0 commit comments

Comments
 (0)