Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
89e135b9
Unverified
Commit
89e135b9
authored
Jan 26, 2026
by
Qi Wang
Committed by
GitHub
Jan 26, 2026
Browse files
chore: remove legacy KVBM pythong static type checks and test (#5486)
parent
f9050aae
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
914 deletions
+0
-914
lib/bindings/kvbm/python/kvbm/_core.pyi
lib/bindings/kvbm/python/kvbm/_core.pyi
+0
-9
lib/bindings/kvbm/tests/test_kvbm_vllm_integration.py
lib/bindings/kvbm/tests/test_kvbm_vllm_integration.py
+0
-896
lib/bindings/python/src/dynamo/_core.pyi
lib/bindings/python/src/dynamo/_core.pyi
+0
-9
No files found.
lib/bindings/kvbm/python/kvbm/_core.pyi
View file @
89e135b9
...
...
@@ -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
...
...
lib/bindings/kvbm/tests/test_kvbm_vllm_integration.py
deleted
100644 → 0
View file @
f9050aae
This diff is collapsed.
Click to expand it.
lib/bindings/python/src/dynamo/_core.pyi
View file @
89e135b9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment