metal : fixed accidentally broken Q2_K
This commit is contained in:
parent
aa23744759
commit
a6812a1dd6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue