summaryrefslogtreecommitdiff
path: root/ggml/include/ggml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml/include/ggml.h')
-rw-r--r--ggml/include/ggml.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h
index 144e87f5..a0bcc67f 100644
--- a/ggml/include/ggml.h
+++ b/ggml/include/ggml.h
@@ -393,7 +393,8 @@ extern "C" {
GGML_TYPE_IQ3_K = 38,
GGML_TYPE_IQ4_K = 39,
GGML_TYPE_IQ5_K = 40,
- GGML_TYPE_IQ2_TN = 41,
+ GGML_TYPE_IQ6_K = 41,
+ GGML_TYPE_IQ2_TN = 42,
GGML_TYPE_COUNT,
};
@@ -444,7 +445,8 @@ extern "C" {
GGML_FTYPE_MOSTLY_IQ3_K = 31, // except 1d tensors
GGML_FTYPE_MOSTLY_IQ4_K = 32, // except 1d tensors
GGML_FTYPE_MOSTLY_IQ5_K = 33, // except 1d tensors
- GGML_FTYPE_MOSTLY_IQ2_TN = 34, // except 1d tensors
+ GGML_FTYPE_MOSTLY_IQ6_K = 34, // except 1d tensors
+ GGML_FTYPE_MOSTLY_IQ2_TN = 35, // except 1d tensors
};
// available tensor operations: