Skip to content

Commit 8a1756a

Browse files
committed
ggml : do not break cuBLAS build (Q4_3 is not yet implemented)
1 parent 66aab46 commit 8a1756a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ggml.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8040,9 +8040,6 @@ static void ggml_compute_forward_mul_mat_q_f32(
80408040
else if (type == GGML_TYPE_Q4_2) {
80418041
dequantize_row_q_cuda = dequantize_row_q4_2_cuda;
80428042
}
8043-
else if (type == GGML_TYPE_Q4_3) {
8044-
dequantize_row_q_cuda = dequantize_row_q4_3_cuda;
8045-
}
80468043
else {
80478044
GGML_ASSERT(false);
80488045
}

0 commit comments

Comments
 (0)