Unverified Commit 89e135b9 authored by Qi Wang's avatar Qi Wang Committed by GitHub
Browse files

chore: remove legacy KVBM pythong static type checks and test (#5486)

parent f9050aae
...@@ -213,15 +213,6 @@ class BlockManager: ...@@ -213,15 +213,6 @@ class BlockManager:
""" """
... ...
class KvbmCacheManager:
"""
A KV cache manager for VLLM
"""
def __init__(self, block_manager: BlockManager) -> None:
...
class KvbmRequest: class KvbmRequest:
""" """
A request for KV cache A request for KV cache
......
This diff is collapsed.
...@@ -1310,15 +1310,6 @@ class BlockManager: ...@@ -1310,15 +1310,6 @@ class BlockManager:
""" """
... ...
class KvbmCacheManager:
"""
A KV cache manager for VLLM
"""
def __init__(self, block_manager: BlockManager) -> None:
...
class KvbmRequest: class KvbmRequest:
""" """
A request for KV cache A request for KV cache
......
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