feat: Update llama.cpp
This commit is contained in:
parent
3dbfec74e7
commit
5a595f035a
2 changed files with 9 additions and 7 deletions
|
@ -296,9 +296,10 @@ LLAMA_VOCAB_TYPE_WPM = 3
|
|||
# LLAMA_VOCAB_PRE_TYPE_GPT2 = 7,
|
||||
# LLAMA_VOCAB_PRE_TYPE_REFACT = 8,
|
||||
# LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9,
|
||||
# LLAMA_VOCAB_PRE_TYPE_QWEN2 = 10,
|
||||
# LLAMA_VOCAB_PRE_TYPE_OLMO = 11,
|
||||
# LLAMA_VOCAB_PRE_TYPE_DBRX = 12,
|
||||
# LLAMA_VOCAB_PRE_TYPE_STABLELM2 = 10,
|
||||
# LLAMA_VOCAB_PRE_TYPE_QWEN2 = 11,
|
||||
# LLAMA_VOCAB_PRE_TYPE_OLMO = 12,
|
||||
# LLAMA_VOCAB_PRE_TYPE_DBRX = 13,
|
||||
# };
|
||||
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
|
||||
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
|
||||
|
@ -310,9 +311,10 @@ LLAMA_VOCAB_PRE_TYPE_STARCODER = 6
|
|||
LLAMA_VOCAB_PRE_TYPE_GPT2 = 7
|
||||
LLAMA_VOCAB_PRE_TYPE_REFACT = 8
|
||||
LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9
|
||||
LLAMA_VOCAB_PRE_TYPE_QWEN2 = 10
|
||||
LLAMA_VOCAB_PRE_TYPE_OLMO = 11
|
||||
LLAMA_VOCAB_PRE_TYPE_DBRX = 12
|
||||
LLAMA_VOCAB_PRE_TYPE_STABLELM2 = 10
|
||||
LLAMA_VOCAB_PRE_TYPE_QWEN2 = 11
|
||||
LLAMA_VOCAB_PRE_TYPE_OLMO = 12
|
||||
LLAMA_VOCAB_PRE_TYPE_DBRX = 13
|
||||
|
||||
|
||||
# // note: these values should be synchronized with ggml_rope
|
||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 05834841dcb4f922983ea976539c70472272df9a
|
||||
Subproject commit 201cc11afa0a1950e1f632390b2ac6c937a0d8f0
|
Loading…
Reference in a new issue