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

Method warning

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

Source from the content-addressed store, hash-verified

130 self.log_once(self.ERROR, *msg, key=key)
131
132 def warning(self, *msg):
133 self.log(self.WARNING, *msg)
134
135 def warning_once(self, *msg, key):
136 self.log_once(self.WARNING, *msg, key=key)

Callers 15

__init__Method · 0.95
set_levelMethod · 0.95
mainFunction · 0.45
write_scriptsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
get_all_lora_weightsFunction · 0.45
mainFunction · 0.45
eval_hfFunction · 0.45
mainFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected