ggml : fix typo in ggml.c (llama/7603)

This commit is contained in:
zhouwg 2024-05-29 10:09:31 +08:00 committed by Georgi Gerganov
parent 3563473d2c
commit 109148ac84

2
ggml.c
View File

@ -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];