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

Method setup_engine_remote

tensorrt_llm/executor/ray_executor.py:255–256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 pass
254
255 def setup_engine_remote(self):
256 return self.collective_rpc("setup_engine", non_block=False)
257
258 async def setup_engine_remote_async(self):
259 """Async version of setup_engine_remote for use after async worker initialization."""

Callers 1

__init__Method · 0.95

Calls 1

collective_rpcMethod · 0.95

Tested by

no test coverage detected