convert : add falcon
ggml-ci
This commit is contained in:
parent
4e3e6d8ecc
commit
1c888eb4da
5 changed files with 29 additions and 12 deletions
1
llama.h
1
llama.h
|
@ -75,6 +75,7 @@ extern "C" {
|
|||
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1,
|
||||
LLAMA_VOCAB_PRE_TYPE_DEEPSEEK_LLM = 2,
|
||||
LLAMA_VOCAB_PRE_TYPE_DEEPSEEK_CODER = 3,
|
||||
LLAMA_VOCAB_PRE_TYPE_FALCON = 4,
|
||||
};
|
||||
|
||||
// note: these values should be synchronized with ggml_rope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue