Unverified Commit fc5f756d authored by Zhou Fang's avatar Zhou Fang Committed by GitHub
Browse files

[v1][Core] Clean up usages of `SpecializedManager` (#21407)


Signed-off-by: default avatarZhou Fang <fang.github@gmail.com>
parent e74bfc70
...@@ -27,7 +27,7 @@ class SingleTypeKVCacheManager(ABC): ...@@ -27,7 +27,7 @@ class SingleTypeKVCacheManager(ABC):
caching_hash_fn: Callable, caching_hash_fn: Callable,
) -> None: ) -> None:
""" """
Initializes the SpecializedManager. Initializes the SingleTypeKVCacheManager.
Args: Args:
kv_cache_spec: The kv_cache_spec for this manager. kv_cache_spec: The kv_cache_spec for this manager.
block_pool: The block pool. block_pool: The block pool.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment