summaryrefslogtreecommitdiff
path: root/include/llama.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llama.h')
-rw-r--r--include/llama.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llama.h b/include/llama.h
index 7bccd4bb..88d82958 100644
--- a/include/llama.h
+++ b/include/llama.h
@@ -171,8 +171,9 @@ extern "C" {
LLAMA_FTYPE_MOSTLY_IQ1_BN = 36, // except 1d tensors
LLAMA_FTYPE_MOSTLY_IQ2_BN = 37, // except 1d tensors
LLAMA_FTYPE_MOSTLY_IQ2_K = 38, // except 1d tensors
- LLAMA_FTYPE_MOSTLY_IQ4_K = 39, // except 1d tensors
- LLAMA_FTYPE_MOSTLY_IQ5_K = 40, // except 1d tensors
+ LLAMA_FTYPE_MOSTLY_IQ3_K = 39, // except 1d tensors
+ LLAMA_FTYPE_MOSTLY_IQ4_K = 40, // except 1d tensors
+ LLAMA_FTYPE_MOSTLY_IQ5_K = 41, // except 1d tensors
LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
};