Skip to content

Commit 0afe12c

Browse files
committed
Remove empty line
1 parent 6e54182 commit 0afe12c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cpu/repack.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ void ggml_gemv_q6_K_8x8_q8_K_generic(int n, float * GGML_RESTRICT s, size_t bs,
556556
}
557557
for (int j = 0; j < ncols_interleaved; j++) {
558558
s[x * ncols_interleaved + j] = sumf[j];
559-
560559
}
561560
}
562561
}

0 commit comments

Comments
 (0)