formatting
This commit is contained in:
parent
b5cd70df9e
commit
9fca82bee3
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -11908,7 +11908,7 @@ static void ggml_compute_forward_diag_mask_f32(
|
|||
const int ith = params->ith;
|
||||
const int nth = params->nth;
|
||||
|
||||
const int n_past = ((int32_t *) dst->op_params)[0];
|
||||
const int n_past = ((int32_t *) dst->op_params)[0];
|
||||
const bool inplace = src0->data == dst->data;
|
||||
|
||||
GGML_ASSERT(n_past >= 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue