Skip to content

Commit 870c374

Browse files
authored
[V1][Minor] Remove outdated comment (#12968)
Signed-off-by: Woosuk Kwon <[email protected]>
1 parent 86222a3 commit 870c374

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)