MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / WorkerCommIpcAddrs

Class WorkerCommIpcAddrs

tensorrt_llm/executor/utils.py:140–144  ·  view source on GitHub ↗

IPC addresses (str) and HMAC keys (bytes) for communication with the worker processes.

Source from the content-addressed store, hash-verified

138
139
140class WorkerCommIpcAddrs(NamedTuple):
141 ''' IPC addresses (str) and HMAC keys (bytes) for communication with the worker processes. '''
142 request_queue_addr: tuple[str, Optional[bytes]]
143 worker_init_status_queue_addr: tuple[str, Optional[bytes]]
144 result_queue_addr: tuple[str, Optional[bytes]]
145
146
147def is_llm_response(instance):

Callers 1

_setup_queuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected