kv-caching

Tag

Cards List
#kv-caching

Archer: Adaptive Reuse of Cached Hidden States for Efficient Rollback in Diffusion Language Models

arXiv cs.CL · 5d ago Cached

Introduces Archer, a training-free KV caching method for diffusion language models that adaptively reuses cached hidden states to reduce recomputation while preserving rollback capabilities, achieving up to 2.95x speedup and improved generation quality.

0 favorites 0 likes
#kv-caching

@shubh6200: Spent some time reading this over the weekends and honestly I wish it existed a few years ago. every AI tutorial we wat…

X AI KOLs Timeline · 2026-08-02 Cached

A tweet recommends an arXiv paper that explains the mathematical foundations of Transformers, covering tokenization, embeddings, multi-headed attention, and KV caching for applied mathematicians.

0 favorites 0 likes
#kv-caching

"I dumped a 40-page PDF on ChatGPT and it replied instantly. Let's crack how."

Reddit r/artificial · 2026-07-13

A detailed breakdown of why uploading a large PDF to ChatGPT doesn't significantly slow response times, covering techniques like streaming, KV caching, and parallel prefill phase.

0 favorites 0 likes
#kv-caching

@akshay_pachaar: You're in an ML Engineer interview at Anthropic. The interviewer asks: "Our model generates 100 tokens in 42 seconds. H…

X AI KOLs Timeline · 2026-07-07 Cached

Explains how KV caching speeds up LLM inference by eliminating redundant recomputation of attention keys and values, trading off speed for memory, and introduces production-scale cache management challenges.

0 favorites 0 likes
#kv-caching

@athleticKoder: A 1600-word note on how llm inference work: Covering: 1. Attention - the only place tokens interact 2. KV caching - why…

X AI KOLs Timeline · 2026-07-02 Cached

A detailed thread explaining key concepts of LLM inference: attention, KV caching, chunked prefill, and batching techniques, including continuous batching used in vLLM and SGLang.

0 favorites 0 likes
#kv-caching

@nathanrs: New post! A drawback of diffusion LLMs is that bidirectional attention causes keys and values to drift across steps, br…

X AI KOLs Timeline · 2026-06-28 Cached

A new post highlights a drawback of diffusion LLMs: bidirectional attention causes keys and values to drift across steps, breaking KV caching. However, generation quality is robust to slight KV drift, and research has focused on maximizing stale KV reuse without quality degradation.

0 favorites 0 likes
#kv-caching

How I stopped context window bloat in continuous Anthropic agent loops (Opus + Sonnet architecture)

Reddit r/AI_Agents · 2026-06-09

A developer shares an architectural pattern to manage context window bloat in continuous Anthropic agent loops, using KV caching, dynamic tool schema loading, and decoupling executor/advisor roles with Claude 3.5 Sonnet and Claude 3 Opus.

0 favorites 0 likes
#kv-caching

Enabling KV Caching of Shared Prefix for Diffusion Language Models

arXiv cs.LG · 2026-06-09 Cached

This paper proposes BiCache, a novel KV caching technique for shared prefixes in diffusion language models, which avoids accuracy collapse by dynamically reusing cached keys and values in shallow layers and achieves 36.3%–98.3% throughput improvement.

0 favorites 0 likes
#kv-caching

KV Packet: Recomputation-Free Context-Independent KV Caching for LLMs

Hugging Face Daily Papers · 2026-04-14 Cached

KV Packet proposes a recomputation-free cache reuse framework for LLMs that uses trainable soft-token adapters to bridge context discontinuities, eliminating overhead while maintaining performance comparable to full recomputation baselines on Llama-3.1 and Qwen2.5.

0 favorites 0 likes
#kv-caching

jundot/omlx

GitHub Trending (daily) · 2026-05-10 Cached

oMLX is a new open-source tool for optimized LLM inference on Apple Silicon Macs, featuring continuous batching and tiered KV caching managed via a menu bar app.

0 favorites 0 likes
← Back to home

Submit Feedback