Skip to content

Commit 504f0c3

Browse files
authored
ggml : fix typo in ggml.c (#7603)
1 parent b864b50 commit 504f0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11012,7 +11012,7 @@ static void ggml_compute_forward_concat_f32(
1101211012

1101311013
static void ggml_compute_forward_concat(
1101411014
const struct ggml_compute_params * params,
11015-
struct ggml_tensor* dst) {
11015+
struct ggml_tensor * dst) {
1101611016

1101711017
const struct ggml_tensor * src0 = dst->src[0];
1101811018

0 commit comments

Comments
 (0)