We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f054cdf commit 35e2e4eCopy full SHA for 35e2e4e
ggml.c
@@ -13082,6 +13082,7 @@ static void ggml_compute_forward_alibi_f32(
13082
return;
13083
}
13084
13085
+ const int n_past = ((int32_t *) dst->op_params)[0]; UNUSED(n_past);
13086
const int n_head = ((int32_t *) dst->op_params)[1];
13087
float max_bias;
13088
memcpy(&max_bias, (int32_t *) dst->op_params + 2, sizeof(float));
0 commit comments