Transformer attention, worked through numerically; from self-attention and RoPE to KV cache, MQA, and GQA.
-
Updated
Aug 18, 2026 - Python
Transformer attention, worked through numerically; from self-attention and RoPE to KV cache, MQA, and GQA.
This repository is a CacheLib prototype of TARDIS, a learned cache eviction policy as part of the LDOS Expeditions project at UT Austin. It implements LRUForgive and S3FIFOForgive with a log-structured multithreaded architecture, and is evaluated against LRU & S3FIFO on real traces to to measure miss-ratio improvement under high eviction pressure.
A lightweight Node.js and Redis-based in-memory key-value store supporting simple PUT/GET operations, strict size limits, and easy Docker deployment.
Add a description, image, and links to the key-value-cache topic page so that developers can more easily learn about it.
To associate your repository with the key-value-cache topic, visit your repo's landing page and select "manage topics."