MCPcopy Index your code
hub / github.com/abetlen/llama-cpp-python / get_tensor

Method get_tensor

llama_cpp/_internals.py:117–118  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

115 return llama_cpp.llama_model_n_params(self.model)
116
117 def get_tensor(self, name: str) -> ctypes.c_void_p:
118 raise NotImplementedError("get_tensor is not implemented in llama.cpp")
119
120 # Vocab
121

Callers 3

loadMethod · 0.80
_read_entry_headerMethod · 0.80
_read_entry_payloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected