diff --git a/llama.cpp b/llama.cpp index 19d9d5329..658fa9348 100644 --- a/llama.cpp +++ b/llama.cpp @@ -7789,7 +7789,7 @@ private: work_queue.push(bigram); } - static std::vector bpe_gpt2_preprocess(const std::string & text) { + std::vector bpe_gpt2_preprocess(const std::string & text) { std::vector bpe_words; std::vector bpe_encoded_words;