Supporting Velvet model

This commit is contained in:
fbuciuni90 2025-02-06 16:02:00 +00:00
parent 9ab42dc722
commit 67b38f5849
5 changed files with 32 additions and 1 deletions

View file

@ -105,6 +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
};
enum llama_rope_type {