formatting
This commit is contained in:
parent
eb51f3df2d
commit
b16cc90596
1 changed files with 2 additions and 2 deletions
|
@ -842,8 +842,8 @@ void ggml_metal_graph_compute(
|
|||
|
||||
GGML_ASSERT((src0t == GGML_TYPE_F32));
|
||||
|
||||
const int n_past = ((int32_t *) dst->op_params)[0]; UNUSED(n_past);
|
||||
const int n_head = ((int32_t *) dst->op_params)[1];
|
||||
const int n_past = ((int32_t *) dst->op_params)[0]; UNUSED(n_past);
|
||||
const int n_head = ((int32_t *) dst->op_params)[1];
|
||||
float max_bias;
|
||||
memcpy(&max_bias, (int32_t *) dst->op_params + 2, sizeof(float));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue