examples : adapt to ggml.h changes (ggml/0)

ggml-ci
This commit is contained in:
Georgi Gerganov
2024-09-20 21:50:16 +03:00
parent 34291099fb
commit 54e5095765
3 changed files with 5 additions and 1 deletions

View File

@ -215,6 +215,8 @@ bool ggml_common_quantize_0(
case GGML_TYPE_Q4_0_4_4:
case GGML_TYPE_Q4_0_4_8:
case GGML_TYPE_Q4_0_8_8:
case GGML_TYPE_TQ1_0:
case GGML_TYPE_TQ2_0:
case GGML_TYPE_COUNT:
{
fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));