Upload README.md with huggingface_hub
Browse files
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)
|