3morixd commited on
Commit
a5bf47f
·
verified ·
1 Parent(s): 63092e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags: [quantization, gguf, guide, mobile, dispatchai]
4
+ ---
5
+
6
+ # Quantization Guide
7
+
8
+ Reference for choosing the right GGUF quantization level for mobile deployment.
9
+
10
+ **Q4_K_M is the recommended sweet spot** — 40% of FP16 size, 92% quality.
11
+
12
+ 🚀 [dispatchAI](https://huggingface.co/dispatchAI)