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

Method debug_once

tensorrt_llm/logger.py:147–148  ·  view source on GitHub ↗
(self, *msg, key)

Source from the content-addressed store, hash-verified

145 self.log(self.VERBOSE, *msg)
146
147 def debug_once(self, *msg, key):
148 self.log_once(self.VERBOSE, *msg, key=key)
149
150 @property
151 def level(self) -> str:

Callers 1

forwardMethod · 0.80

Calls 1

log_onceMethod · 0.95

Tested by

no test coverage detected