From 8673300d87337ce6672e02371cc8512bd0ef4f31 Mon Sep 17 00:00:00 2001 From: Roland Tannous <115670425+rolandtannous@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:10:17 +0300 Subject: [PATCH] fix save_to_gguf_generic quantization_method type error (#3173) --- unsloth/save.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/save.py b/unsloth/save.py index 0317c4856c..e6d09b78fa 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -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,