Skip to content

Commit ca8ea1b

Browse files
KMSorSMSmishig25
andauthored
Update quant-descriptions.ts (#1217)
check from: https://github.com/ggml-org/llama.cpp/blob/master/ggml/src/ggml-common.h#L249 Co-authored-by: Mishig <[email protected]>
1 parent f0518b3 commit ca8ea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gguf/src/quant-descriptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const GGUF_QUANT_DESCRIPTIONS: Record<GGMLQuantizationType, { txt: string
5454
src_url: "https://github.com/ggerganov/llama.cpp/pull/1684#issue-1739619305",
5555
},
5656
[GGMLQuantizationType.Q2_K]: {
57-
txt: `2-bit quantization (q). Super-blocks with 16 blocks, each block has 16 weight. Weight formula: w = q * block_scale(4-bit) + block_min(4-bit), resulting in 2.5625 bits-per-weight.`,
57+
txt: `2-bit quantization (q). Super-blocks with 16 blocks, each block has 16 weight. Weight formula: w = q * block_scale(4-bit) + block_min(4-bit), resulting in 2.625 bits-per-weight.`,
5858
src_url: "https://github.com/ggerganov/llama.cpp/pull/1684#issue-1739619305",
5959
},
6060
[GGMLQuantizationType.IQ4_XS]: {

0 commit comments

Comments
 (0)