llama-vocab : add SuperBPE pre-tokenizer

This commit is contained in:
Francis Couture-Harpin
2025-03-23 16:19:03 -04:00
parent 77f9c6bbe5
commit 35c2f8b9ff
4 changed files with 15 additions and 0 deletions

View File

@@ -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 {