reach-vb HF staff commited on
Commit
e7d73fd
β€’
1 Parent(s): 63c1fa6

Update README.md (#4)

Browse files

- Update README.md (e312cfe40ece9e1c63e7c7fdf297db2c7ef9ebc7)

Files changed (1) hide show
  1. README.md +10 -0
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
  β–„β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘