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

Method critical_once

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

Source from the content-addressed store, hash-verified

118 self.log(self.INTERNAL_ERROR, *msg)
119
120 def critical_once(self, *msg, key):
121 self.log_once(self.INTERNAL_ERROR, *msg, key=key)
122
123 fatal = critical
124 fatal_once = critical_once

Callers

nothing calls this directly

Calls 1

log_onceMethod · 0.95

Tested by

no test coverage detected