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

Method start

tensorrt_llm/executor/base_worker.py:364–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

362 response.request_id)
363
364 def start(self):
365 raise NotImplementedError(
366 "start method is not implemented in BaseWorker")
367
368 def _load_lora_adapter(self, lora_request: LoRARequest) -> bool:
369 """Returns True if the adapter was loaded by this call, False if it was already loaded"""

Callers 1

submitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected