Update include/llama.h

Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
Francesco Buciuni 2025-02-06 17:39:47 +01:00 committed by GitHub
parent 99be555369
commit 3df9d221ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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