Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ get_engine_name
Function
get_engine_name
examples/models/core/bert/utils.py:79–80 ·
view source on GitHub ↗
(rank)
Source
from the content-addressed store, hash-verified
77
78
79
def
get_engine_name(rank):
80
return
'rank{}.engine'
.format(rank)
81
82
83
def
decode_bertqa_output(inputs_text, hf_tokenizer,
Callers
1
run.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected