Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_level
Method · 0.95
queryBuildIdFromOpenSearchDB
Method · 0.45
queryPRIdsFromOpenSearchDB
Method · 0.45
main
Function · 0.45
write_scripts
Function · 0.45
main
Function · 0.45
main
Function · 0.45
get_all_lora_weights
Function · 0.45
main
Function · 0.45
eval_hf
Function · 0.45
main
Function · 0.45
Calls
1
log
Method · 0.95
Tested by
no test coverage detected