feat: Update llama.cpp
This commit is contained in:
parent
903b28adf5
commit
228949c1f7
2 changed files with 3 additions and 1 deletions
|
@ -296,6 +296,7 @@ LLAMA_VOCAB_TYPE_WPM = 3
|
||||||
# LLAMA_VOCAB_PRE_TYPE_GPT2 = 7,
|
# LLAMA_VOCAB_PRE_TYPE_GPT2 = 7,
|
||||||
# LLAMA_VOCAB_PRE_TYPE_REFACT = 8,
|
# LLAMA_VOCAB_PRE_TYPE_REFACT = 8,
|
||||||
# LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9,
|
# LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9,
|
||||||
|
# LLAMA_VOCAB_PRE_TYPE_OLMO = 10,
|
||||||
# };
|
# };
|
||||||
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
|
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
|
||||||
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
|
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
|
||||||
|
@ -307,6 +308,7 @@ LLAMA_VOCAB_PRE_TYPE_STARCODER = 6
|
||||||
LLAMA_VOCAB_PRE_TYPE_GPT2 = 7
|
LLAMA_VOCAB_PRE_TYPE_GPT2 = 7
|
||||||
LLAMA_VOCAB_PRE_TYPE_REFACT = 8
|
LLAMA_VOCAB_PRE_TYPE_REFACT = 8
|
||||||
LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9
|
LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9
|
||||||
|
LLAMA_VOCAB_PRE_TYPE_OLMO = 10
|
||||||
|
|
||||||
|
|
||||||
# // note: these values should be synchronized with ggml_rope
|
# // note: these values should be synchronized with ggml_rope
|
||||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 628b299106d1e9476fdecb3cbe546bf5c60f1b89
|
Subproject commit c0e6fbf8c380718102bd25fcb8d2e55f8f9480d1
|
Loading…
Reference in a new issue