Update ggml-cuda.cu
This commit is contained in:
parent
a82f85bb2b
commit
1008498463
1 changed files with 2 additions and 1 deletions
|
@ -6825,7 +6825,8 @@ static void ggml_cuda_op_get_rows(
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// TODO: k-quants
|
// TODO: k-quants
|
||||||
GGML_ASSERT(false && "Unsupported CUDA Quantization Mode");
|
fprintf(stderr, "ERROR: Unsupported CUDA Data Type:%s\n", ggml_type_name(src0->type));
|
||||||
|
GGML_ASSERT(false);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue