Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,15 @@ Run with [mistral.rs](https://github.com/EricLBuehler/mistral.rs). Documentation
|
|
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 |
-
|
23 |
-
|
24 |
-
|
|
25 |
-
|
26 |
-
|
|
27 |
-
|
|
28 |
-
|
|
29 |
-
|
|
|
|
|
|
|
|
|
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 |
|
21 |
+
## Examples
|
22 |
+
|
23 |
+
|Quantization type(s)|Example|
|
24 |
+
|--|--|
|
25 |
+
|FP8|`./mistralrs-server -i vision-plain -m EricB/Phi-3.5-mini-instruct-UQFF -a phi3v --from-uqff phi3.5-mini-instruct-f8e4m3.uqff`|
|
26 |
+
|HQQ4|`./mistralrs-server -i vision-plain -m EricB/Phi-3.5-mini-instruct-UQFF -a phi3v --from-uqff phi3.5-mini-instruct-hqq4.uqff`|
|
27 |
+
|HQQ8|`./mistralrs-server -i vision-plain -m EricB/Phi-3.5-mini-instruct-UQFF -a phi3v --from-uqff phi3.5-mini-instruct-hqq8.uqff`|
|
28 |
+
|Q3K|`./mistralrs-server -i vision-plain -m EricB/Phi-3.5-mini-instruct-UQFF -a phi3v --from-uqff phi3.5-mini-instruct-q3k.uqff`|
|
29 |
+
|Q4K|`./mistralrs-server -i vision-plain -m EricB/Phi-3.5-mini-instruct-UQFF -a phi3v --from-uqff phi3.5-mini-instruct-q4k.uqff`|
|
30 |
+
|Q5K|`./mistralrs-server -i vision-plain -m EricB/Phi-3.5-mini-instruct-UQFF -a phi3v --from-uqff phi3.5-mini-instruct-q5k.uqff`|
|
31 |
+
|Q8_0|`./mistralrs-server -i vision-plain -m EricB/Phi-3.5-mini-instruct-UQFF -a phi3v --from-uqff phi3.5-mini-instruct-q8_0.uqff`|
|