Skip to content

Commit 35e2e4e

Browse files
ggerganovyusiwen
authored andcommitted
ggml : fix build after ggml-org#3329
1 parent f054cdf commit 35e2e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml.c

+1
Original file line numberDiff line numberDiff line change
@@ -13082,6 +13082,7 @@ static void ggml_compute_forward_alibi_f32(
1308213082
return;
1308313083
}
1308413084

13085+
const int n_past = ((int32_t *) dst->op_params)[0]; UNUSED(n_past);
1308513086
const int n_head = ((int32_t *) dst->op_params)[1];
1308613087
float max_bias;
1308713088
memcpy(&max_bias, (int32_t *) dst->op_params + 2, sizeof(float));

0 commit comments

Comments
 (0)