File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
distributed/kv_transfer/kv_connector/v1 Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,7 @@ class KVConnectorMetadata:
113
113
Abstract Metadata used to communicate between the
114
114
Scheduler KVConnector and Worker KVConnector.
115
115
"""
116
-
117
- def __init__ (self ):
118
- pass
116
+ pass
119
117
120
118
121
119
class KVConnectorHandshakeMetadata (
Original file line number Diff line number Diff line change @@ -254,8 +254,6 @@ def get_kv_connector_handshake_metadata(self) -> Optional[dict]:
254
254
dp_rank = self .vllm_config .parallel_config .data_parallel_rank_local
255
255
return {tp_rank : {dp_rank : msgspec .to_builtins (metadata )}}
256
256
257
- return None
258
-
259
257
def get_kv_cache_spec (self ) -> dict [str , KVCacheSpec ]:
260
258
return self .model_runner .get_kv_cache_spec ()
261
259
You can’t perform that action at this time.
0 commit comments