EricB HF staff commited on
Commit
a77b0e9
โ€ข
1 Parent(s): 918f22a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - uqff
4
+ - mistral.rs
5
+ base_model: meta-llama/Llama-3.2-11B-Vision-Instruct
6
+ base_model_relation: quantized
7
+ ---
8
+
9
+ <!-- Autogenerated from user input. -->
10
+
11
+ # `meta-llama/Llama-3.2-11B-Vision-Instruct`, UQFF quantization
12
+
13
+
14
+ Run with [mistral.rs](https://github.com/EricLBuehler/mistral.rs). Documentation: [UQFF docs](https://github.com/EricLBuehler/mistral.rs/blob/master/docs/UQFF.md).
15
+
16
+ 1) **Flexible** ๐ŸŒ€: Multiple quantization formats in *one* file format with *one* framework to run them all.
17
+ 2) **Reliable** ๐Ÿ”’: Compatibility ensured with *embedded* and *checked* semantic versioning information from day 1.
18
+ 3) **Easy** ๐Ÿค—: Download UQFF models *easily* and *quickly* from Hugging Face, or use a local file.
19
+ 3) **Customizable** ๐Ÿ› ๏ธ: Make and publish your own UQFF files in minutes.
20
+ ## Files
21
+
22
+ |Name|Quantization type(s)|Example|
23
+ |--|--|--|
24
+ |llama-3.2-11b-vision-q4k.uqff|Q4K|`./mistralrs-server -i plain -m meta-llama/Llama-3.2-11B-Vision-Instruct --from-uqff EricB/Llama-3.2-11B-Vision-Instruct-UQFF/llama-3.2-11b-vision-q4k.uqff`|
25
+ |llama-3.2-11b-vision-q8_0.uqff|Q8_0|`./mistralrs-server -i plain -m meta-llama/Llama-3.2-11B-Vision-Instruct --from-uqff EricB/Llama-3.2-11B-Vision-Instruct-UQFF/llama-3.2-11b-vision-q8_0.uqff`|