Skip to content

Commit

Permalink
solve alibi cpu error
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5t5 committed Sep 29, 2023
1 parent af19099 commit fa0af18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -12910,7 +12910,6 @@ static void ggml_compute_forward_alibi_f32(
//const int nb3 = src0->nb[3];

GGML_ASSERT(nb0 == sizeof(float));
GGML_ASSERT(ne1 + n_past == ne0);
GGML_ASSERT(n_head == ne2);

// add alibi to src0 (KQ_scaled)
Expand Down

0 comments on commit fa0af18

Please sign in to comment.