From: zhouwg Date: Wed, 29 May 2024 02:09:31 +0000 (+0800) Subject: ggml : fix typo in ggml.c (llama/7603) X-Git-Tag: upstream/0.0.1642~634 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2ae2db6f097d27fa77e75de5e06cbb5757899c4c;p=pkg%2Fggml%2Fsources%2Fggml ggml : fix typo in ggml.c (llama/7603) --- diff --git a/src/ggml.c b/src/ggml.c index 3ef9842e..5025ec23 100644 --- a/src/ggml.c +++ b/src/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];