ggerganov commited on
Commit
6a0d528
·
1 Parent(s): 3732429

common : fix compile warning

Browse files
Files changed (1) hide show
  1. examples/common-ggml.cpp +1 -0
examples/common-ggml.cpp CHANGED
@@ -217,6 +217,7 @@ bool ggml_common_quantize_0(
217
  case GGML_TYPE_Q4_0_8_8:
218
  case GGML_TYPE_TQ1_0:
219
  case GGML_TYPE_TQ2_0:
 
220
  case GGML_TYPE_COUNT:
221
  {
222
  fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));
 
217
  case GGML_TYPE_Q4_0_8_8:
218
  case GGML_TYPE_TQ1_0:
219
  case GGML_TYPE_TQ2_0:
220
+ case GGML_TYPE_IQ4_NL_4_4:
221
  case GGML_TYPE_COUNT:
222
  {
223
  fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));