From: Georgi Gerganov Date: Thu, 11 Jan 2024 19:54:17 +0000 (+0200) Subject: sync : ggml X-Git-Tag: upstream/0.0.1642~1098 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=db02388c05dd5d53e5c31db6a1d14a912ae37091;p=pkg%2Fggml%2Fsources%2Fggml sync : ggml --- diff --git a/examples/common-ggml.cpp b/examples/common-ggml.cpp index 6da3c901..06a0f37b 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));