diff --git a/llms/mlx_lm/utils.py b/llms/mlx_lm/utils.py index 67b3dfce..3acc5a62 100644 --- a/llms/mlx_lm/utils.py +++ b/llms/mlx_lm/utils.py @@ -446,8 +446,9 @@ def upload_to_hub(path: str, upload_repo: str, hf_path: str): card.text = dedent( f""" # {upload_repo} - This model was converted to MLX format from [`{hf_path}`]() using mlx-lm version **{__version__}**. - Refer to the [original model card](https://huggingface.co/{hf_path}) for more details on the model. + + The Model [{upload_repo}](https://huggingface.co/{upload_repo}) was converted to MLX format from [{hf_path}](https://huggingface.co/{hf_path}) using mlx-lm version **{__version__}**. + ## Use with mlx ```bash