diff options
author | zhouwg <zhouwg2000@gmail.com> | 2024-05-29 10:09:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 04:09:31 +0200 |
commit | 504f0c340f6b5e04de682f6ddefdd3b81208df5d (patch) | |
tree | 8f25c5129d9cc039e475a5ada7d1d69f5d8f7150 | |
parent | b864b50ce5e2beefc8c2fd31733e4e1a978b7754 (diff) |
ggml : fix typo in ggml.c (#7603)
-rw-r--r-- | ggml.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |