Update ggml-cuda.cu

This commit is contained in:
bobqianic 2023-12-21 13:58:16 +00:00 committed by GitHub
parent a82f85bb2b
commit 1008498463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6825,7 +6825,8 @@ static void ggml_cuda_op_get_rows(
break;
default:
// 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;
}
}