Update save.py
This commit is contained in:
parent
11e04a7057
commit
164fa807fe
1 changed files with 2 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue