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()) {