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));
if(nx%QK_K!=0){
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));