Update ggml-cuda.cu
This commit is contained in:
parent
1d7a1912ce
commit
a82f85bb2b
1 changed files with 1 additions and 1 deletions
|
@ -6825,7 +6825,7 @@ static void ggml_cuda_op_get_rows(
|
|||
break;
|
||||
default:
|
||||
// TODO: k-quants
|
||||
GGML_ASSERT(false);
|
||||
GGML_ASSERT(false && "Unsupported CUDA Quantization Mode");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue