From: zhouwg Date: Wed, 29 May 2024 02:09:31 +0000 (+0800) Subject: ggml : fix typo in ggml.c (#7603) X-Git-Tag: upstream/0.0.4488~1457 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=504f0c340f6b5e04de682f6ddefdd3b81208df5d;p=pkg%2Fggml%2Fsources%2Fllama.cpp ggml : fix typo in ggml.c (#7603) --- diff --git a/ggml.c b/ggml.c index 023077ca..8bfb9531 100644 --- a/ggml.c +++ b/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];