From f60e8e892e28c502c7836f46dace2c6f21725cb7 Mon Sep 17 00:00:00 2001 From: awdemos Date: Wed, 15 Jul 2026 20:21:09 -0500 Subject: [PATCH] Add KV Cache Store to Project section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65fb021..5ce3896 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ This repository is constantly updating 🤗 ... 2. [**KVCache-Factory.**](https://github.com/Zefan-Cai/KVCache-Factory) [![GitHub Repo stars](https://img.shields.io/github/stars/Zefan-Cai/KVCache-Factory)](https://github.com/Zefan-Cai/KVCache-Factory) * Unified KV Cache Compression Methods for Auto-Regressive Models. +3. [**KV Cache Store.**](https://kvcachestore.com/) [![Website](https://img.shields.io/badge/Website-kvcachestore.com-blue)](https://kvcachestore.com/) +* Hosted KV-cache artifact registry plus an open-source Rust CLI. Precompute, verify, quantize, and share attention states across RAG and long-context prompts to cut prefill cost and latency. + ## 📷 Survey 1. [**Keep the Cost Down: A Review on Methods to Optimize LLM' s KV-Cache Consumption.**](https://arxiv.org/abs/2407.18003) *Shi Luohe, Zhang Hongyi, Yao Yao, Li Zuchao, Zhao Hai.* COLM 2024. [![GitHub Repo stars](https://img.shields.io/github/stars/zcli-charlie/Awesome-KV-Cache)](https://github.com/zcli-charlie/Awesome-KV-Cache)