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

Method submit_sync

tensorrt_llm/llmapi/mpi_session.py:96–97  ·  view source on GitHub ↗
(self, task: Callable[..., T], *args, **kwargs)

Source from the content-addressed store, hash-verified

94
95 @abc.abstractmethod
96 def submit_sync(self, task: Callable[..., T], *args, **kwargs) -> List[T]:
97 raise NotImplementedError()
98
99 @abc.abstractmethod
100 def shutdown(self, wait=True):

Callers 2

build_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected