From 32e71a18610aad1214794be3645dde6acf70b05a Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 11 Jan 2024 21:54:17 +0200 Subject: [PATCH] sync : ggml --- examples/common-ggml.cpp | 2 ++ extra/sync-ggml.last | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/common-ggml.cpp b/examples/common-ggml.cpp index 6da3c90..06a0f37 100644 --- a/examples/common-ggml.cpp +++ b/examples/common-ggml.cpp @@ -193,6 +193,8 @@ bool ggml_common_quantize_0( case GGML_TYPE_I32: case GGML_TYPE_Q8_1: case GGML_TYPE_Q8_K: + case GGML_TYPE_IQ2_XXS: + case GGML_TYPE_IQ2_XS: case GGML_TYPE_COUNT: { fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype)); diff --git a/extra/sync-ggml.last b/extra/sync-ggml.last index 0e11d4a..9705b1a 100644 --- a/extra/sync-ggml.last +++ b/extra/sync-ggml.last @@ -1 +1 @@ -3eace58911ea8d2cf35defdc59848d99b91a57f5 +de51e3f3e324cd742581d5754d0b07a33991f878