Skip to content

Commit

Permalink
sync : llama.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 11, 2024
1 parent 83c64f4 commit de51e3f
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 @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion scripts/sync-llama.last
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1fc2f265ff9377a37fd2c61eae9cd813a3491bea
469e75d0a35b08de549a4fd87f082ca7a8a539ba

0 comments on commit de51e3f

Please sign in to comment.