mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
fixed wrong sized struct from legacy q8_1, fixed opencl varsize arrays
This commit is contained in:
parent
c9eb2ba1c5
commit
e05455f852
7 changed files with 25 additions and 16 deletions
|
@ -198,6 +198,7 @@ bool ggml_common_quantize_0(
|
|||
case GGML_TYPE_I16:
|
||||
case GGML_TYPE_I32:
|
||||
case GGML_TYPE_Q8_1:
|
||||
case GGML_TYPE_Q8_1B:
|
||||
case GGML_TYPE_COUNT:
|
||||
{
|
||||
fprintf(stderr, "%s: unsupported quantization type %d (%s)\n", __func__, ttype, ggml_type_name((ggml_type) ttype));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue