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

Function llama_add_bos_token

llama_cpp/llama_cpp.py:3787–3787  ·  view source on GitHub ↗
(vocab: llama_vocab_p, /)

Source from the content-addressed store, hash-verified

3785 ctypes.c_bool,
3786)
3787def llama_add_bos_token(vocab: llama_vocab_p, /) -> bool: ...
3788
3789
3790_llama_add_bos_token = llama_add_bos_token

Callers

nothing calls this directly

Calls 1

_warn_deprecatedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…