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())