From 5cea86927544645ec255a6d74be9794400a7d5ab Mon Sep 17 00:00:00 2001 From: staviq Date: Sat, 26 Aug 2023 18:08:55 +0200 Subject: [PATCH] fix stray whitespace after master sync --- 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 f582de5f0..fdc04573e 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -289,7 +289,7 @@ int main(int argc, char ** argv) { session_tokens.size() > embd_inp.size()) { LOGLN("recalculate the cached logits (do): session_tokens.resize( %zu )", embd_inp.size() - 1) - + session_tokens.resize(embd_inp.size() - 1); }