From 3679c50a7fef6c6e3f48d8a46e73832cee96cc0c Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Tue, 19 Mar 2024 03:45:34 +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 e92817797e..c8b4053a10 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -588,6 +588,7 @@ def unsloth_save_model( from huggingface_hub import HfApi hf_api = HfApi(token = save_pretrained_settings["token"]) + print("Unsloth: Uploading all files... Please wait!") hf_api.upload_folder( folder_path = new_save_directory, path_in_repo = ".",