Explorar o código

ggml : do not break cuBLAS build (Q4_3 is not yet implemented)

Georgi Gerganov %!s(int64=2) %!d(string=hai) anos
pai
achega
8a1756abdf
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      ggml.c

+ 0 - 3
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);
         }