Spaces:
Running
Running
riccardomusmeci
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,20 +7,20 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
#
|
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 |
-
##
|
17 |
```
|
18 |
git clone https://github.com/riccardomusmeci/mlx-im
|
19 |
cd mlx-im
|
20 |
pip install .
|
21 |
```
|
22 |
|
23 |
-
##
|
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
|