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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h
index 94ffae7e..144e87f5 100644
--- a/ggml/include/ggml.h
+++ b/ggml/include/ggml.h
@@ -393,6 +393,7 @@ extern "C" {
GGML_TYPE_IQ3_K = 38,
GGML_TYPE_IQ4_K = 39,
GGML_TYPE_IQ5_K = 40,
+ GGML_TYPE_IQ2_TN = 41,
GGML_TYPE_COUNT,
};
@@ -443,6 +444,7 @@ 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
};
// available tensor operations: