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

Method token_sep

llama_cpp/_internals.py:142–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 return llama_cpp.llama_vocab_bos(self.vocab)
141
142 def token_sep(self) -> int:
143 return llama_cpp.llama_vocab_sep(self.vocab)
144
145 def token_nl(self) -> int:
146 return llama_cpp.llama_vocab_nl(self.vocab)

Callers 1

_create_completionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected