diff --git a/llama.cpp b/llama.cpp index 152d15e56..554b34a8e 100644 --- a/llama.cpp +++ b/llama.cpp @@ -12200,7 +12200,7 @@ struct llm_tokenizer_bpe { void tokenize(const std::string & text, std::vector & output) { int final_prev_index = -1; - int ignore_merges = false; + bool ignore_merges = false; std::vector word_collection; switch (vocab.type) {