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

Method debug

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

Source from the content-addressed store, hash-verified

142 self.log_once(self.INFO, *msg, key=key)
143
144 def debug(self, *msg):
145 self.log(self.VERBOSE, *msg)
146
147 def debug_once(self, *msg, key):
148 self.log_once(self.VERBOSE, *msg, key=key)

Callers 15

_clean_filesFunction · 0.45
_check_banned_symbolsFunction · 0.45
compressFunction · 0.45
mainFunction · 0.45
convert_requestFunction · 0.45
run_vision_encoderMethod · 0.45
parse_inputFunction · 0.45
print_outputFunction · 0.45
mainFunction · 0.45
eval_trt_llmFunction · 0.45
eval_hfFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected