Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
870c3748
Unverified
Commit
870c3748
authored
Feb 08, 2025
by
Woosuk Kwon
Committed by
GitHub
Feb 08, 2025
Browse files
[V1][Minor] Remove outdated comment (#12968)
Signed-off-by:
Woosuk Kwon
<
woosuk.kwon@berkeley.edu
>
parent
86222a3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/v1/core/kv_cache_manager.py
vllm/v1/core/kv_cache_manager.py
+0
-2
No files found.
vllm/v1/core/kv_cache_manager.py
View file @
870c3748
...
...
@@ -205,8 +205,6 @@ class KVCacheManager:
# Should not exceed the maximum number of blocks per request.
# This is especially because the block table has the shape
# [..., max_num_blocks_per_req].
# TODO(woosuk): Check and reject requests if
# num_prompt_tokens + max_tokens > max_model_len.
self
.
max_num_blocks_per_req
-
len
(
req_blocks
),
)
assert
num_new_blocks
>
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment