From ac5584b3a8b75081a92eb958cb1e733ba8dbebbe Mon Sep 17 00:00:00 2001 From: Evan Jones Date: Wed, 10 May 2023 11:32:44 -0400 Subject: [PATCH] Fix whitespace Co-authored-by: DannyDaemonic --- 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 468ce30c7..bd1c4ab55 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -139,7 +139,7 @@ int main(int argc, char ** argv) { // Add a space in front of the first character to match OG llama tokenizer behavior params.prompt.insert(0, 1, ' '); - std::string path_session = params.path_prompt_cache; + std::string path_session = params.path_prompt_cache; std::vector session_tokens; if (!path_session.empty()) {