riccardomusmeci commited on
Commit
a755e6c
·
verified ·
1 Parent(s): 9e07f8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,9 +9,9 @@ pinned: false
9
 
10
  # MLX Vision
11
 
12
- A community org for model weights compatible with mlx-im powered by MLX.
13
 
14
- GitHub link: https://github.com/riccardomusmeci/mlx-im/tree/main
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
- > As of today (2024-03-05) mlx does not support `nn.Conv2d` with `group` or `dilation` greater than 1 (e.g. `resnext`, `regnet`, `efficientnet`).
 
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