mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-18 10:46:28 +00:00
sync : ggml
This commit is contained in:
parent
9c857cf280
commit
32e71a1861
@ -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));
|
||||
|
@ -1 +1 @@
|
||||
3eace58911ea8d2cf35defdc59848d99b91a57f5
|
||||
de51e3f3e324cd742581d5754d0b07a33991f878
|
||||
|
Loading…
Reference in New Issue
Block a user