Skip to content

Commit e5e7256

Browse files
committed
iq3_s_mult: back to blocks of 32
1 parent f4cb4ea commit e5e7256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-quants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ typedef struct {
201201
static_assert(sizeof(block_iq3_xxs) == sizeof(ggml_fp16_t) + 3*(QK_K/8), "wrong iq3_xxs block size/padding");
202202

203203
// 3.4375 bpw
204-
#define IQ3S_BLOCK_SIZE 16
204+
#define IQ3S_BLOCK_SIZE 32
205205
#if QK_K == 64
206206
#define IQ3S_N_SCALE 2
207207
#else

0 commit comments

Comments
 (0)