Skip to content

Commit e115f6f

Browse files
Djip007ggerganov
andauthored
Update ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 7dc8a3e commit e115f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3708,7 +3708,7 @@ static int repack_q4_0_to_q4_0_4_bl(struct ggml_tensor * t, int interleave_block
37083708
GGML_UNUSED(data_size);
37093709
}
37103710

3711-
static int repack_q4_0_to_q4_0_8_bl(struct ggml_tensor *t, int interleave_block, const void * GGML_RESTRICT data, size_t data_size) {
3711+
static int repack_q4_0_to_q4_0_8_bl(struct ggml_tensor * t, int interleave_block, const void * GGML_RESTRICT data, size_t data_size) {
37123712
GGML_ASSERT(t->type == GGML_TYPE_Q4_0);
37133713
GGML_ASSERT(interleave_block == 8);
37143714
constexpr int nrows_interleaved = 8;

0 commit comments

Comments
 (0)