Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -20,8 +20,11 @@ See [mlx-convert-scripts](https://github.com/lextoumbourou/mlx-convert-scripts)
|
|
| 20 |
|
| 21 |
## How to use
|
| 22 |
|
|
|
|
|
|
|
| 23 |
```bash
|
| 24 |
-
pip install mlx-image
|
|
|
|
| 25 |
```
|
| 26 |
|
| 27 |
Here is how to use this model for image classification:
|
|
|
|
| 20 |
|
| 21 |
## How to use
|
| 22 |
|
| 23 |
+
Note that these models haven't been merged into mlx-image main yet, so it only works in [this fork](https://github.com/lextoumbourou/mlx-image):
|
| 24 |
+
|
| 25 |
```bash
|
| 26 |
+
pip install git+ssh://[email protected]/lextoumbourou/mlx-image.git
|
| 27 |
+
# pip install mlx-image
|
| 28 |
```
|
| 29 |
|
| 30 |
Here is how to use this model for image classification:
|