Skip to content

Commit 9ed7b4d

Browse files
WoosukKwonlulmer
authored andcommitted
[V1][Minor] Remove outdated comment (vllm-project#12968)
Signed-off-by: Woosuk Kwon <[email protected]> Signed-off-by: Louis Ulmer <[email protected]>
1 parent ba42e05 commit 9ed7b4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/v1/core/kv_cache_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ def allocate_slots(
205205
# Should not exceed the maximum number of blocks per request.
206206
# This is especially because the block table has the shape
207207
# [..., max_num_blocks_per_req].
208-
# TODO(woosuk): Check and reject requests if
209-
# num_prompt_tokens + max_tokens > max_model_len.
210208
self.max_num_blocks_per_req - len(req_blocks),
211209
)
212210
assert num_new_blocks > 0

0 commit comments

Comments
 (0)