소스 검색

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];