llama-vocab : add SuperBPE pre-tokenizer (#12532)
This commit is contained in:
parent
7ea75035b6
commit
00d53800e0
4 changed files with 15 additions and 0 deletions
|
@ -107,6 +107,7 @@ extern "C" {
|
|||
LLAMA_VOCAB_PRE_TYPE_MINERVA = 27,
|
||||
LLAMA_VOCAB_PRE_TYPE_DEEPSEEK3_LLM = 28,
|
||||
LLAMA_VOCAB_PRE_TYPE_GPT4O = 29,
|
||||
LLAMA_VOCAB_PRE_TYPE_SUPERBPE = 30,
|
||||
};
|
||||
|
||||
enum llama_rope_type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue