MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / get_logits_ith

Method get_logits_ith

llama_cpp/_internals.py:348–349  ·  view source on GitHub ↗
(self, i: int)

Source from the content-addressed store, hash-verified

346 return llama_cpp.llama_get_logits(self.ctx)
347
348 def get_logits_ith(self, i: int):
349 return llama_cpp.llama_get_logits_ith(self.ctx, i)
350
351 def get_embeddings(self):
352 return llama_cpp.llama_get_embeddings(self.ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected