Skip to content

Commit 02c6fcb

Browse files
committed
common : fix compile warning
ggml-ci
1 parent 3daeaca commit 02c6fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/common-ggml.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ bool ggml_common_quantize_0(
217217
case GGML_TYPE_Q4_0_8_8:
218218
case GGML_TYPE_TQ1_0:
219219
case GGML_TYPE_TQ2_0:
220+
case GGML_TYPE_IQ4_NL_4_4:
220221
case GGML_TYPE_COUNT:
221222
{
222223
fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));

0 commit comments

Comments
 (0)