diff options
Diffstat (limited to 'ggml/include/ggml.h')
-rw-r--r-- | ggml/include/ggml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h index e17540e9..bb50a025 100644 --- a/ggml/include/ggml.h +++ b/ggml/include/ggml.h @@ -407,6 +407,7 @@ extern "C" { GGML_TYPE_IQ2_KS = 145, GGML_TYPE_IQ4_KSS = 146, GGML_TYPE_Q8_K16 = 147, + GGML_TYPE_Q8_K32 = 148, GGML_TYPE_Q4_0_R4 = 202, GGML_TYPE_Q5_0_R4 = 206, |