vllm.distributed.kv_transfer ¶
Modules:
Functions:
-
ensure_kv_transfer_initialized–Initialize KV cache transfer parallel group.
-
is_v1_kv_transfer_group–Check if the KV connector is the v1 connector.
ensure_kv_transfer_initialized(vllm_config, kv_cache_config) ¶
Initialize KV cache transfer parallel group.
Source code in vllm/distributed/kv_transfer/kv_transfer_state.py
is_v1_kv_transfer_group(connector=None) ¶
Check if the KV connector is the v1 connector. If the argument is None, it will check the global KV connector
Parameters:
-
(connector¶KVConnectorBaseType | None, default:None) –The KV connector to check. If None, it will check the global KV connector.
Note
This function will no-longer be needed after the v1 KV connector becomes the default.