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

Method is_inited

tensorrt_llm/parameter.py:194–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 copy_torch_to_numpy(value, weights)
193
194 def is_inited(self) -> bool:
195 return self._value is not None
196
197 @property
198 def raw_value(self) -> np.ndarray:

Callers 5

mainFunction · 0.80
loadMethod · 0.80
unfuse_qkv_gemmFunction · 0.80
share_embeddingFunction · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected