diff --git a/ggml/src/ggml-metal.m b/ggml/src/ggml-metal.m index 9966a9e2fb7d7b..7f4636ef0ca2ae 100644 --- a/ggml/src/ggml-metal.m +++ b/ggml/src/ggml-metal.m @@ -1816,7 +1816,7 @@ static void ggml_metal_encode_node( // find the break-even point where the matrix-matrix kernel becomes more efficient compared // to the matrix-vector kernel - int ne11_mm_min = 1; + int ne11_mm_min = 6; #if 0 // the numbers below are measured on M2 Ultra for 7B and 13B models