From c3c5aacef670c94bc3bb6b1cd01b927dfc262e32 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 23 Aug 2023 17:11:56 +0300 Subject: [PATCH] Update examples/main/main.cpp --- examples/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main/main.cpp b/examples/main/main.cpp index f12286424..3ba3a9f5a 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -198,7 +198,7 @@ int main(int argc, char ** argv) { } // Should not run without any tokens - if(embd_inp.size()==0) { + if (embd_inp.size()==0) { embd_inp.push_back(llama_token_bos(ctx)); }