diff --git a/unsloth/save.py b/unsloth/save.py index b8e9d4d11c..d135b77410 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -1175,6 +1175,7 @@ def patch_saving_functions(model): "finetuned", "trl", file_location = None, old_username = None, ) + return out ''' exec(push_to_hub_text, globals())