metal : fixed accidentally broken Q2_K

This commit is contained in:
Iwan Kawrakow 2023-06-11 23:22:16 +03:00
parent aa23744759
commit a6812a1dd6

View file

@ -579,7 +579,7 @@ void ggml_metal_graph_compute(
GGML_ASSERT(ne12 == 1);
nth0 = 4;
nth1 = 32;
nth1 = 16;
[encoder setComputePipelineState:ctx->pipeline_mul_mat_q2_k_f32];
} break;
case GGML_TYPE_Q3_K: