riccardomusmeci commited on
Commit
989bb63
·
verified ·
1 Parent(s): 3397d41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,20 +7,20 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- # **MLX Vision**
11
 
12
  A community org for model weights compatible with (mlx-im)[https://github.com/riccardomusmeci/mlx-im/tree/main] powered by MLX.
13
 
14
  These are weights converted from timm/torchvision and ready to be used.
15
 
16
- ## **How to install**
17
  ```
18
  git clone https://github.com/riccardomusmeci/mlx-im
19
  cd mlx-im
20
  pip install .
21
  ```
22
 
23
- ## **Models**
24
 
25
  To create a model with weights:
26
  ```python
 
7
  pinned: false
8
  ---
9
 
10
+ # MLX Vision
11
 
12
  A community org for model weights compatible with (mlx-im)[https://github.com/riccardomusmeci/mlx-im/tree/main] powered by MLX.
13
 
14
  These are weights converted from timm/torchvision and ready to be used.
15
 
16
+ ## How to install
17
  ```
18
  git clone https://github.com/riccardomusmeci/mlx-im
19
  cd mlx-im
20
  pip install .
21
  ```
22
 
23
+ ## Models
24
 
25
  To create a model with weights:
26
  ```python