LLAMA_LOG_WARN("\n\n%s : tensor cols %d x %d are not divisible by %d, required for %s",__func__,nx,ny,QK_K,ggml_type_name(new_type));
{
constint64_tnx=tensor->ne[0];
constint64_tny=tensor->ne[1];
constint64_tqk_k=ggml_blck_size(new_type);
if(nx%qk_k!=0){
LLAMA_LOG_WARN("\n\n%s : tensor cols %"PRId64" x %"PRId64" are not divisible by %"PRId64", required for %s",__func__,nx,ny,qk_k,ggml_type_name(new_type));