formatting

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Marcus Dunn 2023-10-23 09:08:46 -07:00 committed by GitHub
parent 7b127a734d
commit 353f4ef717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -505,9 +505,9 @@ extern "C" {
LLAMA_API llama_token llama_token_eos(const struct llama_context * ctx); // end-of-sentence LLAMA_API llama_token llama_token_eos(const struct llama_context * ctx); // end-of-sentence
LLAMA_API llama_token llama_token_nl (const struct llama_context * ctx); // next-line LLAMA_API llama_token llama_token_nl (const struct llama_context * ctx); // next-line
LLAMA_API llama_token llama_model_token_bos(const struct llama_model *model); LLAMA_API llama_token llama_model_token_bos(const struct llama_model * model);
LLAMA_API llama_token llama_model_token_eos(const struct llama_model *model); LLAMA_API llama_token llama_model_token_eos(const struct llama_model * model);
LLAMA_API llama_token llama_model_token_nl(const struct llama_model *model); LLAMA_API llama_token llama_model_token_nl (const struct llama_model * model);
// codellama infill tokens // codellama infill tokens
LLAMA_API llama_token llama_token_prefix(const struct llama_context * ctx); // Beginning of infill prefix LLAMA_API llama_token llama_token_prefix(const struct llama_context * ctx); // Beginning of infill prefix