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

Class IterationResultQueue

tensorrt_llm/executor/executor.py:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71class IterationResultQueue:
72 is_initialized: bool = False
73 # FusedIpcQueue or IntraProcessQueue is used to communicate results from workers to proxy
74 queue: Optional[Union[Queue, FusedIpcQueue, IntraProcessQueue]] = None
75 aqueue: Optional[AsyncQueue] = None
76
77
78class GenerationExecutor(ABC):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected