formatting
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
7b127a734d
commit
353f4ef717
1 changed files with 3 additions and 3 deletions
6
llama.h
6
llama.h
|
@ -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_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_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_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_nl (const struct llama_model * model);
|
||||
|
||||
// codellama infill tokens
|
||||
LLAMA_API llama_token llama_token_prefix(const struct llama_context * ctx); // Beginning of infill prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue