lexandstuff commited on
Commit
536f743
·
verified ·
1 Parent(s): ab44011

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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: