summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhouwg <zhouwg2000@gmail.com>2024-05-29 10:09:31 +0800
committerGitHub <noreply@github.com>2024-05-29 04:09:31 +0200
commit504f0c340f6b5e04de682f6ddefdd3b81208df5d (patch)
tree8f25c5129d9cc039e475a5ada7d1d69f5d8f7150
parentb864b50ce5e2beefc8c2fd31733e4e1a978b7754 (diff)
ggml : fix typo in ggml.c (#7603)
-rw-r--r--ggml.c2
1 files changed, 1 insertions, 1 deletions
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];