https://github.com/ggerganov/llama.cpp/blob/92f44ff7f778ef1b94028b2ba6d39943b5ca0ada/llama.cpp#L3251
In my implementation of llama based model we use redefined eos and bos symbols from additional tokens. In this code they are hardcoded. I think this possibility should be implemented in this code.
https://github.com/ggerganov/llama.cpp/blob/92f44ff7f778ef1b94028b2ba6d39943b5ca0ada/llama.cpp#L3251
In my implementation of llama based model we use redefined eos and bos symbols from additional tokens. In this code they are hardcoded. I think this possibility should be implemented in this code.