ggml-quants : 1.625 bpw ternary packing for BitNet 1.58b
This commit is contained in:
parent
ac146628e4
commit
bd807499f7
11 changed files with 594 additions and 4 deletions
|
@ -383,6 +383,8 @@ extern "C" {
|
|||
GGML_TYPE_F64 = 28,
|
||||
GGML_TYPE_IQ1_M = 29,
|
||||
GGML_TYPE_BF16 = 30,
|
||||
GGML_TYPE_Q2_2 = 31,
|
||||
GGML_TYPE_Q1_3 = 32,
|
||||
GGML_TYPE_COUNT,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue