We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fc925 commit 34151c9Copy full SHA for 34151c9
convert.py
@@ -72,7 +72,7 @@ class UnquantizedDataType:
72
# TODO: match this with `llama_ftype`
73
# TODO: rename to LLAMAFileType
74
# TODO: move to `gguf.py`
75
-class GGMLFileType(enum.Enum):
+class GGMLFileType(enum.IntEnum):
76
AllF32 = 0
77
MostlyF16 = 1 # except 1d tensors
78
0 commit comments