sync : llama.cpp

pull/1753/head^2
Georgi Gerganov 2024-01-11 21:49:13 +02:00
parent 97b12212dd
commit 9c857cf280
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ bool ggml_common_quantize_0(
case GGML_FTYPE_ALL_F32:
case GGML_FTYPE_MOSTLY_F16:
case GGML_FTYPE_MOSTLY_Q4_1_SOME_F16:
case GGML_FTYPE_MOSTLY_IQ2_XXS:
case GGML_FTYPE_MOSTLY_IQ2_XS:
{
fprintf(stderr, "%s: invalid model type %d\n", __func__, ftype);
return false;