Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6ccb7bae
Unverified
Commit
6ccb7bae
authored
Dec 10, 2025
by
Nick Hill
Committed by
GitHub
Dec 10, 2025
Browse files
[LMCache] Fix breakage due to new LMCache version (#30216)
Signed-off-by:
Nick Hill
<
nhill@redhat.com
>
parent
eea41804
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
requirements/kv_connectors.txt
requirements/kv_connectors.txt
+1
-1
vllm/distributed/kv_transfer/kv_connector/v1/lmcache_integration/vllm_v1_adapter.py
...er/kv_connector/v1/lmcache_integration/vllm_v1_adapter.py
+2
-2
No files found.
requirements/kv_connectors.txt
View file @
6ccb7bae
lmcache
lmcache
>= 0.3.10.post1
nixl >= 0.7.1 # Required for disaggregated prefill
nixl >= 0.7.1 # Required for disaggregated prefill
vllm/distributed/kv_transfer/kv_connector/v1/lmcache_integration/vllm_v1_adapter.py
View file @
6ccb7bae
...
@@ -27,7 +27,7 @@ from lmcache.v1.lookup_client.lmcache_async_lookup_client import (
...
@@ -27,7 +27,7 @@ from lmcache.v1.lookup_client.lmcache_async_lookup_client import (
LMCacheAsyncLookupServer
,
LMCacheAsyncLookupServer
,
)
)
from
lmcache.v1.offload_server.zmq_server
import
ZMQOffloadServer
from
lmcache.v1.offload_server.zmq_server
import
ZMQOffloadServer
from
lmcache.v1.plugin.plugin_launcher
import
PluginLauncher
from
lmcache.v1.plugin.
runtime_
plugin_launcher
import
Runtime
PluginLauncher
from
vllm.attention.backends.abstract
import
AttentionMetadata
from
vllm.attention.backends.abstract
import
AttentionMetadata
from
vllm.config
import
VllmConfig
from
vllm.config
import
VllmConfig
...
@@ -683,7 +683,7 @@ class LMCacheConnectorV1Impl:
...
@@ -683,7 +683,7 @@ class LMCacheConnectorV1Impl:
self
.
api_server
=
InternalAPIServer
(
self
)
self
.
api_server
=
InternalAPIServer
(
self
)
self
.
api_server
.
start
()
self
.
api_server
.
start
()
# Launch plugins
# Launch plugins
self
.
plugin_launcher
=
PluginLauncher
(
self
.
plugin_launcher
=
Runtime
PluginLauncher
(
self
.
config
,
self
.
config
,
role
,
role
,
self
.
worker_count
,
self
.
worker_count
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment