From 11e04a70570352b8cddcce88b0cee8d42eb3ed22 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Tue, 20 Feb 2024 04:42:47 +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 d135b77410..de60dd4076 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, ) + print("Saved to https://huggingface.co/" + arguments["repo_id"]) return out ''' exec(push_to_hub_text, globals())