diff options
Diffstat (limited to 'gguf-py')
-rw-r--r-- | gguf-py/gguf/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index e47896e2..4ab02648 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -706,6 +706,7 @@ class GGMLQuantizationType(IntEnum): I32 = 26 I64 = 27 F64 = 28 + IQ1_M = 29 class GGUFEndian(IntEnum): |