Skip to content

docs: lmcache-turbo-quant-serde README + bench note fix - #14

Merged
pbertsch merged 2 commits into
mainfrom
feat/lmcache-readme
Jun 30, 2026
Merged

docs: lmcache-turbo-quant-serde README + bench note fix#14
pbertsch merged 2 commits into
mainfrom
feat/lmcache-readme

Conversation

@pbertsch

Copy link
Copy Markdown
Member

Summary

  • Adds integrations/lmcache/README.md documenting the LMCache v1 serde plugin
  • Covers: quick start (3-line setup), LMCache eviction flow diagram, per-block serialization steps, self-describing wire format spec, configuration table with bits trade-off guide, CPU benchmark numbers, and a prioritised roadmap
  • Fixes stale comment in bench_serde.py that called the 3-bit packer "Python-level" — it was vectorised in PR fix: vectorize 3-bit and 6-bit bitstream packing (~1900× speedup) #12 / tqai v0.6

Test plan

  • Read integrations/lmcache/README.md — verify all code snippets and table values match source truth
  • Run python benchmarks/bench_serde.py from the integration dir — confirm the updated note appears and numbers match the README table
  • No test changes; this PR is docs + one-line comment fix only

pbertsch and others added 2 commits June 30, 2026 12:01
Documents installation, quick start, LMCache v1 architecture (eviction →
serde → L2 backend flow), wire format, configuration reference, CPU
benchmark table, and a prioritised roadmap (CUDA kernel, async pipeline,
3-bit unpack, per-layer bit allocation, PyPI release).

Also removes the stale bench_serde.py note that called the 3-bit packer
"Python-level" — it was vectorised in v0.6 (PR #12).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds a short section pointing to the lmcache-turbo-quant-serde plugin —
3-line setup snippet, bits trade-off table, and a link to the full
integrations/lmcache/README.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pbertsch
pbertsch merged commit f75a635 into main Jun 30, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant