remove static
This commit is contained in:
parent
98d5d20044
commit
e5dfedacab
1 changed files with 1 additions and 1 deletions
|
@ -7789,7 +7789,7 @@ private:
|
|||
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_encoded_words;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue