WeSearch
Hub / Tags / V Cache
TAG · #V-CACHE

V Cache coverage.

Every story in the WeSearch catalog tagged with #v-cache, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

14 stories tagged with #v-cache, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "V Cache"

ARXIV.ORG

Still: Amortized KV Cache Compaction in a Single Forward Pass

The KV cache is the memory bottleneck of long-horizon language model deployment. Practically, a deployable compactor must be lightweight enough to call during inference, expressive…

34 views ·
#machine‑learning#natural‑language‑processing#model‑compression
TECHMEME

Xcena, whose MX1 chip performs data orchestration and KV cache management directly within memory modules, raised a $135M Series B at a $570M valuation (Kate Park/TechCrunch)

31 views ·
TOM'S HARDWARE

New Silicon Motion SM2524XT chip brings 14 GB/s to mainstream SSDs — 6nm DRAMless controller boasts heavy AI PC optimization and slashes KV cache latency

Fast, furious, inexpensive.…

38 views ·
#technology#ssd#ai
DEV.TO (TOP)

KV-Pool: 4.5x Agent Inference Throughput with Persistent KV Cache

Why Agent Workloads Are Expensive LLM inference costs always scale with context length. In...…

24 views ·
#ai#technology#cloud
R/LOCALLLAMA

Shard - getting to 10× KV cache compression

28 views ·
R/LOCALLLAMA

(Yet Another) KV cache calculator - kvanta.vcerny.cz

24 views ·
R/LOCALLLAMA

OSCAR RotationZoo - Offline Spectral Covariance-Aware Rotation for 2-bit KV Cache Quantization

31 views ·
ARXIV CS.AI

ObjectCache: Layerwise Object-Storage Retrieval for KV Cache Reuse

Prefix KV caching has become a key mechanism in LLM serving: it reduces time to first token (TTFT) by avoiding redundant computation across requests that share a prefix (i.e., the …

31 views ·
#computer science#distributed computing#artificial intelligence
KNIGHTLI BLOG

DeepSeek-V4 KV Cache Explained: Why 1M Context Uses Less VRAM

A comparison of DeepSeek-V4's CSA/HCA hybrid compressed attention with traditional MHA, GQA, and MLA, explaining why DeepSeek-V4 can greatly reduce KV Cache memory for 1M-token con…

23 views ·
#ai#technology#machine learning
R/LOCALLLAMA

llama.cpp has a clever trick for speeding up KV cache decode

35 views ·
GITHUB

Show HN: KVBoost – chunk-level KV cache reuse for HuggingFace, 5–48x faster TTFT

25 views ·
DEV.TO (TOP)

KV Cache Explained Like You're an LLM Engineer

How transformer inference actually works under the hood — and why KV cache is the single most...…

23 views ·
#ai#llm#machinelearning
R/LOCALLLAMA

Quantizing MTP KV Cache = free lunch?

31 views ·
MEDIUM

Autoregressive next token prediction and KV Cache in transformers

Understand the optimization technique in LLMs to speed up token generation…

25 views ·
#technology#artificial intelligence#machine learning