vllm_omni.platforms.npu.omni_connectors ¶
Modules:
| Name | Description |
|---|---|
yuanrong_transfer_engine_connector | |
YuanrongTransferEngineConnector ¶
Bases: OmniConnectorBase
Pull-based connector backed by Yuanrong transfer_engine.
config instance-attribute ¶
config = {
key: (expand_env_value(value))
for key, value in (config.items())
}
device_name instance-attribute ¶
host instance-attribute ¶
host = (
self._get_local_ip()
if host_config.lower() in AUTO_HOST_VALUES
else host_config
)
pool instance-attribute ¶
pool_device instance-attribute ¶
rpc_port instance-attribute ¶
sender_zmq_port instance-attribute ¶
zmq_port instance-attribute ¶
cleanup ¶
get ¶
get(
from_stage: str,
to_stage: str,
get_key: str,
metadata: dict[str, Any] | None = None,
) -> tuple[Any, int] | None