llama : rename jina tokenizers to v2 (#7249)
* refactor: rename jina tokenizers to v2 * refactor: keep refactoring non-breaking
This commit is contained in:
parent
b1f8af1886
commit
9aa672490c
3 changed files with 9 additions and 7 deletions
|
@ -4424,7 +4424,9 @@ static void llm_load_vocab(
|
|||
} else if (
|
||||
tokenizer_pre == "gpt-2" ||
|
||||
tokenizer_pre == "jina-es" ||
|
||||
tokenizer_pre == "jina-de") {
|
||||
tokenizer_pre == "jina-de" ||
|
||||
tokenizer_pre == "jina-v2-es" ||
|
||||
tokenizer_pre == "jina-v2-de") {
|
||||
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_GPT2;
|
||||
} else if (
|
||||
tokenizer_pre == "refact") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue