diff --git a/llama.cpp b/llama.cpp index c4d74a238..c185a9583 100644 --- a/llama.cpp +++ b/llama.cpp @@ -7798,7 +7798,7 @@ private: bool collecting_numeric = false; bool collecting_letter = false; bool collecting_special = false; - bool collecting_whitespace_lookahead = false; + bool collecting_whitespace = false; bool collecting = false; std::vector text_utf;