llama: add phi4 mini support (#9403)

This commit is contained in:
Jeffrey Morgan
2025-02-27 19:30:32 -08:00
committed by GitHub
parent 2099e2d267
commit 98d44fa39d
4 changed files with 99 additions and 3 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_GPT4O = 29,
};
enum llama_rope_type {