MCPcopy
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
145def log_level(args):
146 tensorrt_llm.logger.set_level('info')
147 if args.verbose:
148 tensorrt_llm.logger.set_level('verbose')
149
150
151def sanity_check(hf_model_dir, engine):

Callers 2

build_from_hfFunction · 0.85
mainFunction · 0.85

Calls 1

set_levelMethod · 0.80

Tested by

no test coverage detected