Skip to content

Commit 43c7be5

Browse files
committed
Add the BF16 delta data types in constants.py
1 parent 7927655 commit 43c7be5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gguf-py/gguf/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,8 @@ class GGMLQuantizationType(IntEnum):
11661166
Q4_0_4_4 = 31
11671167
Q4_0_4_8 = 32
11681168
Q4_0_8_8 = 33
1169+
Q4_0_B16 = 34
1170+
Q8_0_B16 = 35
11691171

11701172

11711173
# TODO: add GGMLFileType from ggml_ftype in ggml.h

0 commit comments

Comments
 (0)