feat: Update llama.cpp
This commit is contained in:
parent
f57b01ac9b
commit
4edde21b3d
2 changed files with 3 additions and 1 deletions
|
@ -191,6 +191,7 @@ LLAMA_TOKEN_TYPE_BYTE = 6
|
|||
# LLAMA_FTYPE_MOSTLY_Q3_K_XS = 22, // except 1d tensors
|
||||
# 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_GUESSED = 1024, // not specified in the model file
|
||||
# };
|
||||
|
@ -217,6 +218,7 @@ LLAMA_FTYPE_MOSTLY_Q2_K_S = 21
|
|||
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_GUESSED = 1024
|
||||
|
||||
# enum llama_rope_scaling_type {
|
||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c0a8c6db371cb3e4379900867b948879f5842201
|
||||
Subproject commit 89febfed9322c8849520dc63c93ee4f5fd72556e
|
Loading…
Reference in a new issue