LICENSE
MANIFEST.in
README.md
kvcached_autopatch.pth
pyproject.toml
setup.py
csrc/allocator.cpp
csrc/ftensor.cpp
csrc/page.cpp
csrc/torch_bindings.cpp
csrc/inc/allocator.hpp
csrc/inc/constants.hpp
csrc/inc/cuda_utils.hpp
csrc/inc/ftensor.hpp
csrc/inc/page.hpp
csrc/inc/torch_utils.hpp
csrc/inc/impl/torch_utils.ipp
kvcached/__init__.py
kvcached/autopatch.py
kvcached/kv_cache_manager.py
kvcached/locks.py
kvcached/mem_info_tracker.py
kvcached/page_allocator.py
kvcached/tp_ipc_util.py
kvcached/utils.py
kvcached.egg-info/PKG-INFO
kvcached.egg-info/SOURCES.txt
kvcached.egg-info/dependency_links.txt
kvcached.egg-info/entry_points.txt
kvcached.egg-info/requires.txt
kvcached.egg-info/top_level.txt
kvcached/cli/__init__.py
kvcached/cli/kvctl.py
kvcached/cli/kvtop.py
kvcached/cli/utils.py
kvcached/integration/__init__.py
kvcached/integration/patch_base.py
kvcached/integration/version_utils.py
kvcached/integration/sglang/__init__.py
kvcached/integration/sglang/autopatch.py
kvcached/integration/sglang/interfaces.py
kvcached/integration/sglang/patches.py
kvcached/integration/vllm/__init__.py
kvcached/integration/vllm/autopatch.py
kvcached/integration/vllm/interfaces.py
kvcached/integration/vllm/patches.py
tests/test_kvcache_manager.py
tests/test_shm_info_tracker.py
tests/test_sleep_manager.py
tests/test_traffic_monitor.py
tests/test_utils.py