diff options
Diffstat (limited to 'include/llama.h')
-rw-r--r-- | include/llama.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llama.h b/include/llama.h index 53adeb94..6c8bff95 100644 --- a/include/llama.h +++ b/include/llama.h @@ -201,6 +201,7 @@ extern "C" { LLAMA_FTYPE_MOSTLY_IQ2_KT = 151, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ3_KT = 152, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ4_KT = 153, // except 1d tensors + LLAMA_FTYPE_MOSTLY_IQ3_KS = 154, // except 1d tensors // LLAMA_FTYPE_MOSTLY_Q4_0_R8 = 202, // except 1d tensors LLAMA_FTYPE_MOSTLY_Q8_0_R8 = 207, // except 1d tensors |