mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 04:14:38 +08:00
add huggingface repo url print (#534)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user