diff options
Diffstat (limited to 'ggml-quants.c')
-rw-r--r-- | ggml-quants.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ggml-quants.c b/ggml-quants.c index 31817b1c..f1ce1345 100644 --- a/ggml-quants.c +++ b/ggml-quants.c @@ -15056,6 +15056,7 @@ bool ggml_validate_row_data(enum ggml_type type, const void * data, size_t nbyte case GGML_TYPE_I32: case GGML_TYPE_I64: case GGML_TYPE_IQ1_BN: + case GGML_TYPE_IQ2_BN: // nothing to validate break; default: |