From 164fa807fe6a2dd3b9b83e112d0d3e7676c96a57 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Tue, 20 Feb 2024 04:44:17 +1100 Subject: [PATCH] Update save.py --- unsloth/save.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unsloth/save.py b/unsloth/save.py index de60dd4076..396f774d13 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -256,6 +256,7 @@ def unsloth_save_model( "finetuned", "trl", file_location = None, old_username = None, ) + print("Saved to https://huggingface.co/" + save_directory) return save_directory pass @@ -315,6 +316,7 @@ def unsloth_save_model( "finetuned", "trl", file_location = None, old_username = None, ) + print("Saved to https://huggingface.co/" + save_pretrained_settings["save_directory"]) pass print(" Done.")