add 4_0 to default outfile namestr dict
This came up when trying to convert the gpt4all-lora-unfiltered-quantized.bin file
This commit is contained in:
parent
315a95a4d3
commit
74e28db50f
1 changed files with 1 additions and 0 deletions
|
@ -1085,6 +1085,7 @@ def default_outfile(model_paths: List[Path], params: Params) -> Path:
|
|||
namestr = {
|
||||
GGMLFileType.AllF32: "f32",
|
||||
GGMLFileType.MostlyF16: "f16",
|
||||
GGMLFileType.MostlyQ4_0: "q4_0",
|
||||
GGMLFileType.MostlyQ4_1: "q4_1",
|
||||
GGMLFileType.PerLayerIsQ4_1: "q4_1",
|
||||
}[params.file_type]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue