diff --git a/unsloth/save.py b/unsloth/save.py index f5a0a31381..7190e10db6 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -1043,5 +1043,5 @@ def patch_saving_functions(model): model.push_to_hub_gguf = types.MethodType(unsloth_push_to_hub_gguf, model) model.save_pretrained_gguf = types.MethodType(unsloth_save_pretrained_gguf, model) pass - return + return model pass