Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ log_level
Function
log_level
tests/microbenchmarks/build_time_benchmark.py:145–148 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
143
144
145
def
log_level(args):
146
tensorrt_llm.logger.set_level(
'info'
)
147
if
args.verbose:
148
tensorrt_llm.logger.set_level(
'verbose'
)
149
150
151
def
sanity_check(hf_model_dir, engine):
Callers
2
build_from_hf
Function · 0.85
main
Function · 0.85
Calls
1
set_level
Method · 0.80
Tested by
no test coverage detected