File size: 476 Bytes
79fb94f
 
 
6709d97
 
61a8241
6709d97
61a8241
6709d97
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
license: apache-2.0
---

This repository contains importance matrix datasets for use with the improved quantization methods recently added to `llama.cpp`.
The importance matrix has been computed using `wiki.train.raw` as training data.

Hope the file names are self-explanatory.

To use, after cloning this repo, for e.g. Mixtral-8x7B and `Q4_K_M` quantization, use
```
./quantize --imatrix path_to_repo/mixtral-8x7b.imatrix path_to_model ggml-model-q4k-m.gguf Q4_K_M
```