Skip to content

Commit

Permalink
Add the BF16 delta data types in constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari-mcw committed Aug 20, 2024
1 parent 7927655 commit 43c7be5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gguf-py/gguf/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,8 @@ class GGMLQuantizationType(IntEnum):
Q4_0_4_4 = 31
Q4_0_4_8 = 32
Q4_0_8_8 = 33
Q4_0_B16 = 34
Q8_0_B16 = 35


# TODO: add GGMLFileType from ggml_ftype in ggml.h
Expand Down

0 comments on commit 43c7be5

Please sign in to comment.