mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-13 10:57:15 +00:00
ggml-quants : 1.625 bpw ternary packing for BitNet 1.58b
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user