Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ pinned: false
|
|
9 |
|
10 |
# MLX Vision
|
11 |
|
12 |
-
A community org for model weights compatible with
|
13 |
|
14 |
-
GitHub link: https://github.com/riccardomusmeci/mlx-
|
15 |
|
16 |
These are weights converted from timm/torchvision and ready to be used.
|
17 |
|
@@ -34,4 +34,4 @@ model = create_model("resnet18", weights="path/to/weights.npz")
|
|
34 |
```
|
35 |
|
36 |
> [!WARNING]
|
37 |
-
>
|
|
|
9 |
|
10 |
# MLX Vision
|
11 |
|
12 |
+
A community org for model weights compatible with `mlxim` powered by MLX.
|
13 |
|
14 |
+
GitHub link: https://github.com/riccardomusmeci/mlx-image
|
15 |
|
16 |
These are weights converted from timm/torchvision and ready to be used.
|
17 |
|
|
|
34 |
```
|
35 |
|
36 |
> [!WARNING]
|
37 |
+
> More models will be uploaded aligned with MLX improvement by Apple team
|