Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_files
Function · 0.45
_check_banned_symbols
Function · 0.45
compress
Function · 0.45
main
Function · 0.45
convert_request
Function · 0.45
postprocess_output_tensors
Method · 0.45
run_vision_encoder
Method · 0.45
parse_input
Function · 0.45
print_output
Function · 0.45
main
Function · 0.45
eval_trt_llm
Function · 0.45
eval_hf
Function · 0.45
Calls
1
log
Method · 0.95
Tested by
no test coverage detected