MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / _load_engine_buffer

Method _load_engine_buffer

tensorrt_llm/llmapi/llm_utils.py:545–547  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

543 return
544
545 def _load_engine_buffer(self):
546 # Load engine buffer from disk
547 self._engine = Engine.from_dir(self._model_dir)
548
549 @staticmethod
550 def load_hf_tokenizer(model_dir,

Callers

nothing calls this directly

Calls 1

from_dirMethod · 0.45

Tested by

no test coverage detected