ggerganov commited on
Commit
9af4c11
·
unverified ·
1 Parent(s): 569565f

sync : ggml

Browse files
Files changed (2) hide show
  1. examples/common-ggml.cpp +2 -0
  2. extra/sync-ggml.last +1 -1
examples/common-ggml.cpp CHANGED
@@ -193,6 +193,8 @@ bool ggml_common_quantize_0(
193
  case GGML_TYPE_I32:
194
  case GGML_TYPE_Q8_1:
195
  case GGML_TYPE_Q8_K:
 
 
196
  case GGML_TYPE_COUNT:
197
  {
198
  fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));
 
193
  case GGML_TYPE_I32:
194
  case GGML_TYPE_Q8_1:
195
  case GGML_TYPE_Q8_K:
196
+ case GGML_TYPE_IQ2_XXS:
197
+ case GGML_TYPE_IQ2_XS:
198
  case GGML_TYPE_COUNT:
199
  {
200
  fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));
extra/sync-ggml.last CHANGED
@@ -1 +1 @@
1
- 3eace58911ea8d2cf35defdc59848d99b91a57f5
 
1
+ de51e3f3e324cd742581d5754d0b07a33991f878