LICENSE
README.md
pyproject.toml
cacheshrink/__init__.py
cacheshrink/attention.py
cacheshrink/attention_detection.py
cacheshrink/compression.py
cacheshrink/config.py
cacheshrink/converter.py
cacheshrink/evaluation.py
cacheshrink/fast_svd.py
cacheshrink/improved_compression.py
cacheshrink/initialization.py
cacheshrink/saving.py
cacheshrink/trainer.py
cacheshrink/utils.py
cacheshrink/xkv_compression.py
cacheshrink/xkv_initialization.py
cacheshrink.egg-info/PKG-INFO
cacheshrink.egg-info/SOURCES.txt
cacheshrink.egg-info/dependency_links.txt
cacheshrink.egg-info/requires.txt
cacheshrink.egg-info/top_level.txt
cacheshrink/model_handlers/__init__.py
cacheshrink/model_handlers/base.py
cacheshrink/model_handlers/gpt2.py
cacheshrink/model_handlers/llama.py
cacheshrink/model_handlers/mistral.py
cacheshrink/model_handlers/qwen.py
tests/test_attention.py
tests/test_attention_detection.py
tests/test_compression.py
tests/test_config.py
tests/test_converter.py
tests/test_handlers.py
tests/test_initialization.py
tests/test_integration.py
tests/test_xkv_compression.py