"deploy/helm/vscode:/vscode.git/clone" did not exist on "7436e3bc030322225434bca7fd9d897fd40a170a"
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:
"""
...
class KvbmCacheManager:
"""
A KV cache manager for VLLM
"""
def __init__(self, block_manager: BlockManager) -> None:
...
class KvbmRequest:
"""
A request for KV cache
......
This diff is collapsed.
......@@ -1310,15 +1310,6 @@ class BlockManager:
"""
...
class KvbmCacheManager:
"""
A KV cache manager for VLLM
"""
def __init__(self, block_manager: BlockManager) -> None:
...
class KvbmRequest:
"""
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