Skip to content

Commit

Permalink
ggml : fix typo in ggml.c (llama/7603)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwg authored and ggerganov committed May 29, 2024
1 parent b1c8a17 commit 2ae2db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 2ae2db6

Please sign in to comment.