alvarobartt HF staff commited on
Commit
6370cee
1 Parent(s): 77d6c57

Add missing `git clone` URL

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ Refer to the [original model card](https://huggingface.co/openai/clip-vit-base-p
8
  ## Use with mlx
9
 
10
  ```bash
11
- git clone
12
  cd clip
13
  pip install -r requirements.txt
14
  ```
 
8
  ## Use with mlx
9
 
10
  ```bash
11
+ git clone https://github.com/ml-explore/mlx-examples.git
12
  cd clip
13
  pip install -r requirements.txt
14
  ```