From 353f4ef717d3663038721e3aa22fb0a69c5b9113 Mon Sep 17 00:00:00 2001 From: Marcus Dunn <51931484+MarcusDunn@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:08:46 -0700 Subject: [PATCH] formatting Co-authored-by: Georgi Gerganov --- llama.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llama.h b/llama.h index dc633580f..b6c99665c 100644 --- a/llama.h +++ b/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