LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
docs/ascend-adaptation-vs-triattention-vllm.md
docs/ascend-adaptation-vs-triattention-vllm.zh.md
docs/benchmarking.md
docs/benchmarking.zh.md
docs/calibration-artifacts.md
docs/calibration-artifacts.zh.md
docs/environment-installation.md
docs/environment-installation.zh.md
docs/kv-compress-test-requirements.md
docs/kv-compress-test-requirements.zh.md
docs/methods.md
docs/methods.zh.md
docs/ownership-and-licensing.md
docs/ownership-and-licensing.zh.md
docs/packaging-and-release.md
docs/packaging-and-release.zh.md
docs/public-long-context-benchmarks.md
docs/public-long-context-benchmarks.zh.md
docs/resuts.md
docs/resuts.zh.md
docs/validation.md
docs/validation.zh.md
docs/evidence/kvcompress-v0.4.0-a2-16k-c4-summary.json
docs/evidence/kvcompress-v0.4.0-public-long-context-summary.json
docs/evidence/kvcompress-v0.5.0-auto-calibration-summary.json
docs/evidence/kvcompress-v0.6.0-performance-summary.json
docs/template/monthly-report-template.md
docs/template/weekly-report-template.md
examples/triattention.json
scripts/kvcompress_acceptance_compare.py
scripts/kvcompress_benchmark_data.py
scripts/kvcompress_benchmark_run.py
scripts/kvcompress_benchmark_score.py
scripts/kvcompress_long_context_run.py
scripts/kvcompress_m3_analyze.py
scripts/kvcompress_m3_quality.py
scripts/kvcompress_prepare_dataset.py
src/vllm_ascend_kvcompress/__init__.py
src/vllm_ascend_kvcompress/calibration.py
src/vllm_ascend_kvcompress/config.py
src/vllm_ascend_kvcompress/model.py
src/vllm_ascend_kvcompress/plugin.py
src/vllm_ascend_kvcompress/provider.py
src/vllm_ascend_kvcompress/stateful.py
src/vllm_ascend_kvcompress/manifests/__init__.py
src/vllm_ascend_kvcompress/manifests/vllm-hust-extension-v0.2.json
src/vllm_ascend_kvcompress/methods/__init__.py
src/vllm_ascend_kvcompress/methods/base.py
src/vllm_ascend_kvcompress/methods/registry.py
src/vllm_ascend_kvcompress/methods/triattention/__init__.py
src/vllm_ascend_kvcompress/methods/triattention/cache.py
src/vllm_ascend_kvcompress/methods/triattention/config.py
src/vllm_ascend_kvcompress/methods/triattention/kernels.py
src/vllm_ascend_kvcompress/methods/triattention/method.py
src/vllm_ascend_kvcompress/methods/triattention/scoring.py
src/vllm_ascend_kvcompress/methods/triattention/stats.py
src/vllm_ascend_kvcompress_hust.egg-info/PKG-INFO
src/vllm_ascend_kvcompress_hust.egg-info/SOURCES.txt
src/vllm_ascend_kvcompress_hust.egg-info/dependency_links.txt
src/vllm_ascend_kvcompress_hust.egg-info/entry_points.txt
src/vllm_ascend_kvcompress_hust.egg-info/requires.txt
src/vllm_ascend_kvcompress_hust.egg-info/top_level.txt
tests/run_npu_kernel_benchmark.py
tests/run_npu_kernel_smoke.py
tests/test_cache.py
tests/test_calibration.py
tests/test_config.py
tests/test_current_host_contract.py
tests/test_manifest.py
tests/test_method_registry.py
tests/test_package_layout.py
tests/test_plugin.py
tests/test_provider_integration.py
tests/test_public_benchmark_tools.py
tests/test_scoring.py
tests/test_selection.py
tests/test_stateful.py
tests/test_stats.py