Преглед на файлове

ggml : fix typo in ggml.c (#7603)

zhouwg преди 1 година
родител
ревизия
504f0c340f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ggml.c

+ 1 - 1
ggml.c

@@ -11012,7 +11012,7 @@ static void ggml_compute_forward_concat_f32(
 
 static void ggml_compute_forward_concat(
     const struct ggml_compute_params * params,
-    struct ggml_tensor* dst) {
+    struct ggml_tensor * dst) {
 
     const struct ggml_tensor * src0 = dst->src[0];