Add the BF16 delta data types in constants.py
This commit is contained in:
parent
7927655e42
commit
43c7be57c1
1 changed files with 2 additions and 0 deletions
|
@ -1166,6 +1166,8 @@ class GGMLQuantizationType(IntEnum):
|
||||||
Q4_0_4_4 = 31
|
Q4_0_4_4 = 31
|
||||||
Q4_0_4_8 = 32
|
Q4_0_4_8 = 32
|
||||||
Q4_0_8_8 = 33
|
Q4_0_8_8 = 33
|
||||||
|
Q4_0_B16 = 34
|
||||||
|
Q8_0_B16 = 35
|
||||||
|
|
||||||
|
|
||||||
# TODO: add GGMLFileType from ggml_ftype in ggml.h
|
# TODO: add GGMLFileType from ggml_ftype in ggml.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue