From: Georgi Gerganov Date: Tue, 3 Dec 2024 18:25:37 +0000 (+0200) Subject: common : fix compile warning X-Git-Tag: upstream/1.7.4~118 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=02c6fcbc2cc1ae1da47461243d2887e04297a0af;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp common : fix compile warning ggml-ci --- diff --git a/examples/common-ggml.cpp b/examples/common-ggml.cpp index 760cd1f4..bfc7609a 100644 --- a/examples/common-ggml.cpp +++ b/examples/common-ggml.cpp @@ -217,6 +217,7 @@ bool ggml_common_quantize_0( case GGML_TYPE_Q4_0_8_8: case GGML_TYPE_TQ1_0: case GGML_TYPE_TQ2_0: + case GGML_TYPE_IQ4_NL_4_4: case GGML_TYPE_COUNT: { fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));