Skip to content

Commit

Permalink
sync : ggml (#0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 30, 2024
1 parent 361eceb commit 7a74e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/common-ggml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ bool ggml_common_quantize_0(
case GGML_FTYPE_MOSTLY_Q4_1_SOME_F16:
case GGML_FTYPE_MOSTLY_IQ2_XXS:
case GGML_FTYPE_MOSTLY_IQ2_XS:
case GGML_FTYPE_MOSTLY_IQ3_XXS:
{
fprintf(stderr, "%s: invalid model type %d\n", __func__, ftype);
return false;
Expand Down Expand Up @@ -195,6 +196,7 @@ bool ggml_common_quantize_0(
case GGML_TYPE_Q8_K:
case GGML_TYPE_IQ2_XXS:
case GGML_TYPE_IQ2_XS:
case GGML_TYPE_IQ3_XXS:
case GGML_TYPE_COUNT:
{
fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));
Expand Down
2 changes: 1 addition & 1 deletion extra/sync-ggml.last
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11c42888456137b27b582c93984b3da5eb81921e
6b14d738d9100c50c199a3b1aaa960f633904476

0 comments on commit 7a74e92

Please sign in to comment.