From 710c55273125b2f4250a47e6de56f9aa133c22bb Mon Sep 17 00:00:00 2001 From: Madroid Ma Date: Wed, 6 Mar 2024 13:51:31 +0800 Subject: [PATCH] add huggingface repo url print (#534) --- llms/mlx_lm/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llms/mlx_lm/utils.py b/llms/mlx_lm/utils.py index 90327436..ec23fbd6 100644 --- a/llms/mlx_lm/utils.py +++ b/llms/mlx_lm/utils.py @@ -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(