From d2e76580aec520662c015633ceadd8a2669164ce Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Tue, 20 Feb 2024 04:41:40 +1100 Subject: [PATCH] Update save.py --- unsloth/save.py | 1 + 1 file changed, 1 insertion(+) 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())