Skip to content

Commit fc5f756

Browse files
authored
[v1][Core] Clean up usages of SpecializedManager (#21407)
Signed-off-by: Zhou Fang <fang.github@gmail.com>
1 parent e74bfc7 commit fc5f756

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

vllm/v1/core/single_type_kv_cache_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(
2727
caching_hash_fn: Callable,
2828
) -> None:
2929
"""
30-
Initializes the SpecializedManager.
30+
Initializes the SingleTypeKVCacheManager.
3131
Args:
3232
kv_cache_spec: The kv_cache_spec for this manager.
3333
block_pool: The block pool.

0 commit comments

Comments
 (0)