Skip to content

Commit

Permalink
Update ggml-cuda.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Van Bortel <[email protected]>
  • Loading branch information
AndrewGodfrey and cebtenzzre authored Nov 16, 2023
1 parent bf46304 commit a55a095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ggml-cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a55a095

Please sign in to comment.