MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / error

Method error

tensorrt_llm/logger.py:126–127  ·  view source on GitHub ↗
(self, *msg)

Source from the content-addressed store, hash-verified

124 fatal_once = critical_once
125
126 def error(self, *msg):
127 self.log(self.ERROR, *msg)
128
129 def error_once(self, *msg, key):
130 self.log_once(self.ERROR, *msg, key=key)

Callers 15

replace_contentFunction · 0.45
executeMethod · 0.45
_prepare_llm_responseMethod · 0.45
_exec_triton_requestMethod · 0.45
mainFunction · 0.45
parse.pyFile · 0.45
__init__Method · 0.45
torch_splitFunction · 0.45
__init__Method · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected