feat: Update llama.cpp
This commit is contained in:
parent
20ea6fd7d6
commit
221edb9ef1
2 changed files with 5 additions and 1 deletions
|
@ -245,6 +245,8 @@ LLAMA_TOKEN_TYPE_BYTE = 6
|
|||
# LLAMA_FTYPE_MOSTLY_IQ3_XXS = 23, // except 1d tensors
|
||||
# LLAMA_FTYPE_MOSTLY_IQ1_S = 24, // except 1d tensors
|
||||
# LLAMA_FTYPE_MOSTLY_IQ4_NL = 25, // except 1d tensors
|
||||
# LLAMA_FTYPE_MOSTLY_IQ3_S = 26, // except 1d tensors
|
||||
# LLAMA_FTYPE_MOSTLY_IQ3_M = 27, // except 1d tensors
|
||||
|
||||
# LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
|
||||
# };
|
||||
|
@ -272,6 +274,8 @@ LLAMA_FTYPE_MOSTLY_Q3_K_XS = 22
|
|||
LLAMA_FTYPE_MOSTLY_IQ3_XXS = 23
|
||||
LLAMA_FTYPE_MOSTLY_IQ1_S = 24
|
||||
LLAMA_FTYPE_MOSTLY_IQ4_NL = 25
|
||||
LLAMA_FTYPE_MOSTLY_IQ3_S = 26
|
||||
LLAMA_FTYPE_MOSTLY_IQ3_M = 27
|
||||
LLAMA_FTYPE_GUESSED = 1024
|
||||
|
||||
# enum llama_rope_scaling_type {
|
||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 15499eb94227401bdc8875da6eb85c15d37068f7
|
||||
Subproject commit 9e359a4f47c1b2dceb99e29706c9f7403d32ab5e
|
Loading…
Reference in a new issue