fixed-size-kv-cache.This project implements a fixed-size key-value cache for use in transformer models, specifically designed to work with the LLaMA model. The cache dynamically truncates the key and value states based on attention weights, ensuring efficient memory usage and performance.