From cf993d74b6cd4beb1c6ee1be4d2e9bf1de685b20 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 3 Dec 2024 16:25:40 -0800 Subject: [PATCH] Update save.py --- unsloth/save.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/save.py b/unsloth/save.py index 9deeb8a4d5..7b20b53704 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -1171,7 +1171,7 @@ def save_to_gguf( f"--outtype {first_conversion}" pass - try_execute([command], force_complete = True) + try_execute([command,], force_complete = True) # Check if quantization succeeded! if not os.path.isfile(final_location):