sync : ggml

This commit is contained in:
Georgi Gerganov
2024-01-11 21:54:17 +02:00
parent 9c857cf280
commit 32e71a1861
2 changed files with 3 additions and 1 deletions

View File

@ -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));