Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ First, download the desired checkpoint visiting one of the links in the table ab
|
|
| 36 |
For programmatic downloading, if you have `huggingface_hub` installed, you can also run:
|
| 37 |
|
| 38 |
```
|
| 39 |
-
huggingface-cli download pcuenq/MobileCLIP-
|
| 40 |
```
|
| 41 |
|
| 42 |
Then, install [`ml-mobileclip`](https://github.com/apple/ml-mobileclip) by following the instructions in the repo. It uses an API similar to [`open_clip`'s](https://github.com/mlfoundations/open_clip).
|
|
|
|
| 36 |
For programmatic downloading, if you have `huggingface_hub` installed, you can also run:
|
| 37 |
|
| 38 |
```
|
| 39 |
+
huggingface-cli download pcuenq/MobileCLIP-S0
|
| 40 |
```
|
| 41 |
|
| 42 |
Then, install [`ml-mobileclip`](https://github.com/apple/ml-mobileclip) by following the instructions in the repo. It uses an API similar to [`open_clip`'s](https://github.com/mlfoundations/open_clip).
|