]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Sun, 16 Jun 2024 15:19:48 +0000 (18:19 +0300)
ggml.c

diff --git a/ggml.c b/ggml.c
index 3ef9842e04d67abf5bfe6747ee9df80a052531ee..5025ec23b37645982a41bc3eaae868b67ddf19ee 100644 (file)
--- a/ggml.c
+++ b/ggml.c
@@ -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];