diff options
Diffstat (limited to 'include/llama.h')
-rw-r--r-- | include/llama.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llama.h b/include/llama.h index 43c0091e..9fb4af53 100644 --- a/include/llama.h +++ b/include/llama.h @@ -177,6 +177,8 @@ extern "C" { LLAMA_FTYPE_MOSTLY_IQ6_K = 142, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ2_TN = 143, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ1_TN = 144, // except 1d tensors + LLAMA_FTYPE_MOSTLY_IQ4_KS = 145, // except 1d tensors + LLAMA_FTYPE_MOSTLY_IQ3_KL = 146, // except 1d tensors LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file }; |