From e5dfedacabd797a0e2fa7e030202b95557efd39a Mon Sep 17 00:00:00 2001 From: bobqianic <129547291+bobqianic@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:22:59 +0000 Subject: [PATCH] remove static --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;