Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ trt_version
Function
trt_version
tensorrt_llm/_utils.py:125–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
124
125
def
trt_version():
126
return
trt.__version__
127
128
129
def
trt_gte(major: int, minor: int = 0):
Callers
1
trt_gte
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected