mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 17:31:18 +08:00
add huggingface repo url print (#534)
This commit is contained in:
parent
5de7c2ac33
commit
710c552731
@ -470,6 +470,7 @@ def upload_to_hub(path: str, upload_repo: str, hf_path: str):
|
||||
repo_id=upload_repo,
|
||||
repo_type="model",
|
||||
)
|
||||
print(f"Upload successful, go to https://huggingface.co/{upload_repo} for details.")
|
||||
|
||||
|
||||
def save_weights(
|
||||
|
Loading…
Reference in New Issue
Block a user