Update save.py

This commit is contained in:
Daniel Han-Chen 2024-02-20 04:42:47 +11:00
commit 11e04a7057

View file

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