docs: lmcache-turbo-quant-serde README + bench note fix - #14
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
integrations/lmcache/README.mddocumenting the LMCache v1 serde pluginbitstrade-off guide, CPU benchmark numbers, and a prioritised roadmapbench_serde.pythat 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.6Test plan
integrations/lmcache/README.md— verify all code snippets and table values match source truthpython benchmarks/bench_serde.pyfrom the integration dir — confirm the updated note appears and numbers match the README table