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
195adb47
Unverified
Commit
195adb47
authored
May 12, 2025
by
Robert Shaw
Committed by
GitHub
May 12, 2025
Browse files
[Chore] Remove unused method (#18024)
Signed-off-by:
rshaw@neuralmagic.com
<
robertgshaw2@gmail.com
>
parent
302f3aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/v1/core/kv_cache_manager.py
vllm/v1/core/kv_cache_manager.py
+0
-5
No files found.
vllm/v1/core/kv_cache_manager.py
View file @
195adb47
...
@@ -376,8 +376,3 @@ class KVCacheManager:
...
@@ -376,8 +376,3 @@ class KVCacheManager:
block
.
block_id
block
.
block_id
for
block
in
self
.
single_type_manager
.
req_to_blocks
[
request_id
]
for
block
in
self
.
single_type_manager
.
req_to_blocks
[
request_id
]
]
]
def
get_num_blocks
(
self
,
request_id
:
str
):
"""Get the number of blocks."""
assert
request_id
in
self
.
single_type_manager
.
req_to_blocks
return
len
(
self
.
single_type_manager
.
req_to_blocks
[
request_id
])
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