MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / stop

Method stop

tensorrt_llm/llmapi/utils.py:332–333  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

330 logger.info(f"Thread {self.name} stopped.")
331
332 def stop(self):
333 self.stop_event.set()
334
335
336_enable_llm_debug_ = None

Callers 11

generate_untilMethod · 0.45
generate_untilMethod · 0.45
evaluateMethod · 0.45
mainFunction · 0.45
closeMethod · 0.45
shutdownMethod · 0.45
shutdownMethod · 0.45
from_dirMethod · 0.45
preprocessMethod · 0.45
generateMethod · 0.45
from_dirMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected