Skip to content

Commit fc768f3

Browse files
authored
Clarify qi comment
1 parent b60d637 commit fc768f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/quants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ template <ggml_type type> struct block_q_t;
3737
// qr number of weights in a byte (described as 'before dequantization')
3838
// for quantization types that has low and high bits split, qr is calculated with
3939
// using the lower bits, e.g for Q6 quants QR6 is 2
40-
// qi size of a block in 32 bit integers
40+
// qi number of 32 bit integers needed to represent all the quants from a block (`qs` field)
4141
// See ggml-common.h to see how these are calculated
4242
template <> struct block_q_t<GGML_TYPE_Q4_0> {
4343
struct traits {

0 commit comments

Comments
 (0)