fix save_to_gguf_generic quantization_method type error (#3173)
This commit is contained in:
parent
8d62d91c04
commit
8673300d87
1 changed files with 1 additions and 0 deletions
|
|
@ -2240,6 +2240,7 @@ from unsloth_zoo.llama_cpp import (
|
|||
def save_to_gguf_generic(
|
||||
model,
|
||||
save_directory,
|
||||
tokenizer,
|
||||
quantization_method = None,
|
||||
quantization_type = "Q8_0",
|
||||
repo_id = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue