sync : ggml

pull/1753/head^2
Georgi Gerganov 2024-01-11 21:54:17 +02:00
parent 9c857cf280
commit 32e71a1861
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
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));

View File

@ -1 +1 @@
3eace58911ea8d2cf35defdc59848d99b91a57f5
de51e3f3e324cd742581d5754d0b07a33991f878