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

Signed-off-by: Zhou Fang <fang.github@gmail.com>
This commit is contained in:
Zhou Fang
2025-07-24 00:40:11 -07:00
committed by GitHub
parent e74bfc70e4
commit fc5f756db4
2 changed files with 1 additions and 1 deletions

View File

@ -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.