Skip to content

Commit

Permalink
Add notify for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
abuelnasr0 committed May 2, 2024
1 parent e0e9d0e commit 2f184db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/checkpoint_conversion/convert_phi3_checkpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ def device_regex(arg_value, pattern=re.compile(r"^cpu$|^cuda:[0-9]+$")):

if upload_link is not None:
upload_preset(upload_link, preset)
print("✅ Preset uploaded")


if __name__ == "__main__":
Expand Down

0 comments on commit 2f184db

Please sign in to comment.