MCPcopy
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
125def trt_version():
126 return trt.__version__
127
128
129def trt_gte(major: int, minor: int = 0):

Callers 1

trt_gteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected