Update README.md (#4)
Browse files- Update README.md (e312cfe40ece9e1c63e7c7fdf297db2c7ef9ebc7)
README.md
CHANGED
@@ -27,6 +27,16 @@ Mistral common has image support! You can now pass images and URLs alongside tex
|
|
27 |
pip install --upgrade mistral_common
|
28 |
```
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
βββββ
|
32 |
ββββββββββββββββββ
|
|
|
27 |
pip install --upgrade mistral_common
|
28 |
```
|
29 |
|
30 |
+
To use the model checkpoint:
|
31 |
+
|
32 |
+
```
|
33 |
+
# pip install huggingface-hub
|
34 |
+
|
35 |
+
from huggingface_hub import snapshot_download
|
36 |
+
|
37 |
+
snapshot_download(repo_id="mistral-community/pixtral-12b-240910", local_dir="...")
|
38 |
+
```
|
39 |
+
|
40 |
|
41 |
βββββ
|
42 |
ββββββββββββββββββ
|