MCPcopy 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
79def get_engine_name(rank):
80 return 'rank{}.engine'.format(rank)
81
82
83def decode_bertqa_output(inputs_text, hf_tokenizer,

Callers 1

run.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected