Skip to content

Commit 53a52d6

Browse files
authored
[P/D] [bugfix] add get_kv_connector_handshake_metadata func for 0.11.2 (#4567)
### What this PR does / why we need it? add get_kv_connector_handshake_metadata func for 0.11.2 Signed-off-by: liziyu <liziyu16@huawei.com>
1 parent 0151022 commit 53a52d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vllm_ascend/worker/worker_v1.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ def _warm_up_atb(self):
369369
def get_model(self) -> nn.Module:
370370
return self.model_runner.get_model()
371371

372+
def get_kv_connector_handshake_metadata(self) -> Optional[dict]:
373+
return None
374+
372375
def get_kv_cache_spec(self) -> dict[str, KVCacheSpec]:
373376
return self.model_runner.get_kv_cache_spec()
374377

0 commit comments

Comments
 (0)