Closed
Conversation
YaoJiayi
approved these changes
Jun 25, 2024
chenzhengda
pushed a commit
to chenzhengda/LMCache
that referenced
this pull request
Mar 31, 2025
Sharding connector2
orozery
added a commit
to orozery/LMCache
that referenced
this pull request
Apr 27, 2025
* redis lookup server: Fix empty batched_remove This commit fixes a possible exception when trying to call batched_remove with an empty set of keys. Signed-of-by: Or Ozeri <oro@il.ibm.com> * p2p: disable distributed server Currently, the p2p distributed server is broken in vllm v1. This commit disables it for now. Signed-off-by: Or Ozeri <oro@il.ibm.com> --------- Signed-off-by: Or Ozeri <oro@il.ibm.com>
orozery
pushed a commit
to orozery/LMCache
that referenced
this pull request
May 6, 2025
RedisLookupServer: Batch requests
NumberWan
pushed a commit
to NumberWan/LMCache
that referenced
this pull request
Aug 27, 2025
Bugfix 1189
sheperdh
added a commit
to sheperdh/LMCache2
that referenced
this pull request
Jan 6, 2026
* [XWKV-48] Implement gismo backend (LMCache#7) * [XWKV-48] Cache fd to optimize performance (LMCache#11) Cache fd to optimize performance. Add thread pool to read/write file in parallel. * [XWKV-48] Support remotely read kv (LMCache#12) As Gismo supports locally read files written remotely, we need to change our code to make sure we can read files not cached. * [XWKV-68] Use vram API to boost performance (LMCache#13) As vram read/write API to boost performance. Use new get/put method to read/write meta file. * [XWKV-68] Use batched contains API Use mvfs batched contains API to implement batch contains interface to boost performance. Add retry when get metadata in case lmcache reads faster than backend. --------- Co-authored-by: Jinwen <287310886@qq.com>
yoo-kumaneko
pushed a commit
to yoo-kumaneko/LMCache
that referenced
this pull request
Mar 25, 2026
…LMCache multiprocess mode (#35931) (LMCache#7) Signed-off-by: idellzheng <idellzheng@tencent.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.
No description provided.