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 02d94b6c..43c0091e 100644 --- a/include/llama.h +++ b/include/llama.h @@ -167,6 +167,7 @@ extern "C" { LLAMA_FTYPE_MOSTLY_Q4_0_4_8 = 34, // except 1d tensors LLAMA_FTYPE_MOSTLY_Q4_0_8_8 = 35, // except 1d tensors // + LLAMA_FTYPE_MOSTLY_Q6_0 = 135, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ1_BN = 136, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ2_BN = 137, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ2_K = 138, // except 1d tensors |