diff --git a/unsloth/save.py b/unsloth/save.py index 01889517e4..707162dc55 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -540,6 +540,7 @@ def unsloth_save_model( # Save! save_location = save_pretrained_settings["save_directory"] + print("USERNAME = ", username, "SAVE_LOCATION = ", save_location) if username != save_location: save_pretrained_settings["save_directory"] = f"{username}/{save_location.lstrip('/')}" pass