Skip to content

Commit fe79c34

Browse files
NoahOksuzggerganov
andauthored
Update ggml/src/ggml-cpu/repack.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent d746246 commit fe79c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/repack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ template <typename BLOC_TYPE, int64_t INTER_SIZE, int64_t NB_COLS, ggml_type PAR
17171717
if (src0_end > ne01) {
17181718
src0_end = ne01;
17191719
}
1720-
1720+
17211721
if (src0_start >= src0_end) {
17221722
break;
17231723
}

0 commit comments

Comments
 (0)