vllm_omni.platforms.npu.omni_connectors ¶
Modules:
| Name | Description |
|---|---|
yuanrong_transfer_engine_connector | |
YuanrongTransferEngineConnector ¶
Bases: OmniConnectorBase
Pull-based connector backed by Yuanrong transfer_engine.
device_name instance-attribute ¶
host instance-attribute ¶
host = (
_get_local_ip()
if lower() in AUTO_HOST_VALUES
else host_config
)
pool_device instance-attribute ¶
sender_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