]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : fix typo in ggml.c (llama/7603)
authorzhouwg <redacted>
Wed, 29 May 2024 02:09:31 +0000 (10:09 +0800)
committerGeorgi Gerganov <redacted>
Wed, 29 May 2024 10:16:38 +0000 (13:16 +0300)
src/ggml.c

index 3ef9842e04d67abf5bfe6747ee9df80a052531ee..5025ec23b37645982a41bc3eaae868b67ddf19ee 100644 (file)
@@ -11022,7 +11022,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];