remove static

This commit is contained in:
bobqianic 2024-02-10 23:22:59 +00:00 committed by GitHub
parent 98d5d20044
commit e5dfedacab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7789,7 +7789,7 @@ private:
work_queue.push(bigram); work_queue.push(bigram);
} }
static std::vector<std::string> bpe_gpt2_preprocess(const std::string & text) { std::vector<std::string> bpe_gpt2_preprocess(const std::string & text) {
std::vector<std::string> bpe_words; std::vector<std::string> bpe_words;
std::vector<std::string> bpe_encoded_words; std::vector<std::string> bpe_encoded_words;