diff --git a/include/llama.h b/include/llama.h index a1fbd213a..f08a9ced3 100644 --- a/include/llama.h +++ b/include/llama.h @@ -105,7 +105,7 @@ extern "C" { LLAMA_VOCAB_PRE_TYPE_CHAMELEON = 26, LLAMA_VOCAB_PRE_TYPE_MINERVA = 27, LLAMA_VOCAB_PRE_TYPE_DEEPSEEK3_LLM = 28, - LLAMA_VOCAB_PRE_TYPE_VELVET = 29 + LLAMA_VOCAB_PRE_TYPE_VELVET = 29, }; enum llama_rope_type {