CoolFace
Apppublic

skhavin/proactive-cache

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
1likes
14 commits on main
d4ad6894mo ago

feat: add Methodology & Results and How Attention Works tabs

skhavin
29a6de24mo ago

fix: comprehensive readability overrides for labels, code blocks, prose and evicted tokens

skhavin
f33859f4mo ago

fix: explicit high-contrast styling for Gradio inputs and textareas in dark mode

skhavin
37469ec4mo ago

fix: make custom text in Gradio app completely robust for any text length

skhavin
1d202974mo ago

docs: update app.py references to use O(1) decode-step attention and constant-time formulations

skhavin
f0b1a754mo ago

fix: remove outdated sdk_version to let Hugging Face use latest Gradio 5.x, resolving huggingface_hub import error

skhavin
6822efd4mo ago

fix: wrap python_version in double quotes to prevent YAML float parsing as 3.1

skhavin
136f5554mo ago

fix: set python_version: 3.10 in Spaces frontmatter to bypass Python 3.13 audioop removal crash

skhavin
d9e928c4mo ago

docs: add Hugging Face frontmatter, set research paper title, clarify O(1) decode steps, and sync LLaMA perplexity results

skhavin
10e074b4mo ago

fix: resolve budget 256 eviction anomaly by implementing robust proportional split-budget boosting

skhavin
d52bbcf4mo ago

deploy: add Gradio app, requirements.txt, and GitHub publish actions CI/CD

skhavin
f0449204mo ago

fix: change ProactiveCachePress to inherit from ScorerPress for KVPress compatibility

skhavin
e249c3f4mo ago

fix: add python 3.13 pipes compatibility shim to press.py

skhavin
b7866144mo ago

feat: initial release of proactive-cache v0.1.0

skhavin