Skip to content

Commit

Permalink
metal : fix ggml_mul_mat_id for F32
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 10, 2023
1 parent 65923a8 commit b0b83dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ggml-metal.m
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,6 @@ void ggml_metal_graph_compute(
{
GGML_ASSERT(src1t == GGML_TYPE_F32);
[encoder setComputePipelineState:ctx->pipeline_mul_mv_id_f32_f32];
nrows = 4;
} break;
case GGML_TYPE_F16:
{
Expand Down

0 comments on commit b0b83dd

Please sign in to comment.