Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_until
Method · 0.45
generate_until
Method · 0.45
evaluate
Method · 0.45
main
Function · 0.45
close
Method · 0.45
shutdown
Method · 0.45
shutdown
Method · 0.45
from_dir
Method · 0.45
preprocess
Method · 0.45
generate
Method · 0.45
from_dir
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected