refactor: keep refactoring non-breaking
This commit is contained in:
parent
8957cacd98
commit
fb83012096
1 changed files with 2 additions and 0 deletions
|
@ -4423,6 +4423,8 @@ static void llm_load_vocab(
|
|||
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_STARCODER;
|
||||
} else if (
|
||||
tokenizer_pre == "gpt-2" ||
|
||||
tokenizer_pre == "jina-es" ||
|
||||
tokenizer_pre == "jina-de" ||
|
||||
tokenizer_pre == "jina-v2-es" ||
|
||||
tokenizer_pre == "jina-v2-de") {
|
||||
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_GPT2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue