From 00fd10b9e9bedd32877fedbbcf77b700eae6364e Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Thu, 14 Mar 2024 14:44:58 +0100 Subject: [PATCH] mlx-image: fix link to filter (#1242) --- docs/hub/mlx-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/mlx-image.md b/docs/hub/mlx-image.md index f20c022a5..c892db3d2 100644 --- a/docs/hub/mlx-image.md +++ b/docs/hub/mlx-image.md @@ -5,7 +5,7 @@ ## Exploring MLX on the Hub -You can find `mlxim` models by filtering using the `mlxim` library name, like in [this query](https://huggingface.co/models?library=mlxim&sort=trending). +You can find `mlxim` models by filtering using the `mlxim` library name, like in [this query](https://huggingface.co/models?library=mlx-image&sort=trending). There's also an open [mlx-vision](https://huggingface.co/mlx-vision) space for contributors converting and publishing weights for MLX format. Thanks to MLX Hugging Face Hub integration, you can load MLX models with a few lines of code.