Update ggml-cuda.cu

This commit is contained in:
bobqianic 2023-12-21 11:45:46 +00:00 committed by GitHub
parent 1d7a1912ce
commit a82f85bb2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}