aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ggml.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ggml.c b/ggml.c
index 50f114d..da0f5d1 100644
--- a/ggml.c
+++ b/ggml.c
@@ -8040,9 +8040,6 @@ static void ggml_compute_forward_mul_mat_q_f32(
else if (type == GGML_TYPE_Q4_2) {
dequantize_row_q_cuda = dequantize_row_q4_2_cuda;
}
- else if (type == GGML_TYPE_Q4_3) {
- dequantize_row_q_cuda = dequantize_row_q4_3_cuda;
- }
else {
GGML_ASSERT(false);
}