Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
This repository contains importance matrix datasets for use with the improved quantization methods recently added to `llama.cpp`.
|
6 |
+
|
7 |
+
Hope the names are self-explanatory.
|
8 |
+
|
9 |
+
To use, after cloning this repo, for e.g. Mixtral-8x7B and `Q4_K_M` quantization, use
|
10 |
+
```
|
11 |
+
./quantize --imatrix path_to_repo/mixtral-8x7b.imatrix path_to_model ggml-model-q4k-m.gguf Q4_K_M
|
12 |
+
```
|