Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ critical
Method
critical
tensorrt_llm/logger.py:117–118 ·
view source on GitHub ↗
(self, *msg)
Source
from the content-addressed store, hash-verified
115
self.log(severity, *msg)
116
117
def
critical(self, *msg):
118
self.log(self.INTERNAL_ERROR, *msg)
119
120
def
critical_once(self, *msg, key):
121
self.log_once(self.INTERNAL_ERROR, *msg, key=key)
Callers
1
_abort_on_timeout
Method · 0.45
Calls
1
log
Method · 0.95
Tested by
no test coverage detected