mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[v1][Core] Clean up usages of SpecializedManager
(#21407)
Signed-off-by: Zhou Fang <fang.github@gmail.com>
This commit is contained in:
@ -27,7 +27,7 @@ class SingleTypeKVCacheManager(ABC):
|
||||
caching_hash_fn: Callable,
|
||||
) -> None:
|
||||
"""
|
||||
Initializes the SpecializedManager.
|
||||
Initializes the SingleTypeKVCacheManager.
|
||||
Args:
|
||||
kv_cache_spec: The kv_cache_spec for this manager.
|
||||
block_pool: The block pool.
|
||||
|
Reference in New Issue
Block a user