Hacker News new | ask | show | jobs
Ask HN: How to store KV cache efficiently on disk?
1 points by ban-lan-gen 467 days ago
If I have a lot of precomputed KV cache values (basically just tensors), how do I store them efficiently on disk? Ideally, I would want to lookup their values by prefix quickly as well.