Skip to content

Commit 2ae2db6

Browse files
zhouwgggerganov
authored andcommitted
ggml : fix typo in ggml.c (llama/7603)
1 parent b1c8a17 commit 2ae2db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ggml.c

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

1102311023
static void ggml_compute_forward_concat(
1102411024
const struct ggml_compute_params * params,
11025-
struct ggml_tensor* dst) {
11025+
struct ggml_tensor * dst) {
1102611026

1102711027
const struct ggml_tensor * src0 = dst->src[0];
1102811028

0 commit comments

Comments
 (0)