We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60d637 commit fc768f3Copy full SHA for fc768f3
ggml/src/ggml-sycl/quants.hpp
@@ -37,7 +37,7 @@ template <ggml_type type> struct block_q_t;
37
// qr number of weights in a byte (described as 'before dequantization')
38
// for quantization types that has low and high bits split, qr is calculated with
39
// using the lower bits, e.g for Q6 quants QR6 is 2
40
-// qi size of a block in 32 bit integers
+// qi number of 32 bit integers needed to represent all the quants from a block (`qs` field)
41
// See ggml-common.h to see how these are calculated
42
template <> struct block_q_t<GGML_TYPE_Q4_0> {
43
struct traits {
0 commit comments