Skip to content
Discussion options

You must be logged in to vote

Short version: prompt-prefix caching exists, but I would not treat Mesh-LLM as having LMCache-style KV-cache/offload integration or DSpark/DFLASH support yet.

There are three separate features here:

  1. Prompt-prefix reuse: yes. The Skippy OpenAI serving docs describe an automatic prompt-prefix cache. It records prefix state and reports things like usage.prompt_tokens_details.cached_tokens, skippy.kv.status, skippy.kv.cached_prompt_tokens, and skippy.kv.hit_kind. In current source, this is wired through kv_cache.mode = "lookup-record" and payloads such as resident-kv / kv-recurrent.

  2. LMCache-style integration: I do not see that in the current repo. A code search for LMCache comes up empty.…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@yudin-s
Comment options

@michaelneale
Comment options

@yudin-s
Comment options

@michaelneale
Comment options

@yudin-s
Comment options

Answer selected by qdrddr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants