summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-quants.c
diff options
context:
space:
mode:
authorKawrakow <iwankawrakow@gmail.com>2025-01-10 18:18:04 +0200
committerGitHub <noreply@github.com>2025-01-10 18:18:04 +0200
commit7553989dd88749de028853f9c0ea39651aad92a3 (patch)
tree71783a2c138437c940492ca2b6f0e218f20a7b4c /ggml/src/ggml-quants.c
parentb1363b6177661556750c110cf876e044e61af365 (diff)
Be able to re-quantize MS BitNet I2_S models (#169)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
Diffstat (limited to 'ggml/src/ggml-quants.c')
-rw-r--r--ggml/src/ggml-quants.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ggml/src/ggml-quants.c b/ggml/src/ggml-quants.c
index 27d3f5c4..d460b84a 100644
--- a/ggml/src/ggml-quants.c
+++ b/ggml/src/ggml-quants.c
@@ -15236,6 +15236,7 @@ bool ggml_validate_row_data(enum ggml_type type, const void * data, size_t nbyte
case GGML_TYPE_IQ1_BN:
case GGML_TYPE_IQ2_BN:
case GGML_TYPE_IQ2_BN_R4:
+ case GGML_TYPE_I2_S:
// nothing to validate
break;
default: