Update ggml-cuda.cu

Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
This commit is contained in:
Andrew Godfrey 2023-11-15 18:58:12 -08:00 committed by GitHub
parent bf46304cbc
commit a55a095119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6273,7 +6273,6 @@ static int64_t get_row_rounding(ggml_type type) {
case GGML_TYPE_Q8_0:
return 64;
case GGML_TYPE_F16:
return 1;
case GGML_TYPE_F32:
return 1;
case GGML_TYPE_Q2_K: