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

Method warning_once

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

Source from the content-addressed store, hash-verified

133 self.log(self.WARNING, *msg)
134
135 def warning_once(self, *msg, key):
136 self.log_once(self.WARNING, *msg, key=key)
137
138 def info(self, *msg):
139 self.log(self.INFO, *msg)

Callers 11

balanced_run_moeFunction · 0.80
_serialize_cache_dataMethod · 0.80
choose_oneMethod · 0.80
_profile_runnersMethod · 0.80
load_weight_shardFunction · 0.80
rotate_activationFunction · 0.80
pack_image_featuresMethod · 0.80

Calls 1

log_onceMethod · 0.95

Tested by

no test coverage detected