Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
- quants done with an importance matrix for improved quantization loss
|
26 |
- ggufs & imatrix generated from bf16 for "optimal" accuracy loss
|
27 |
- Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
|
28 |
-
- Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [
|
29 |
- Imatrix generated with [this](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) multi-purpose dataset by [bartowski](https://huggingface.co/bartowski).
|
30 |
```
|
31 |
./imatrix -c 512 -m $model_name-bf16.gguf -f calibration_datav3.txt -o $model_name.imatrix
|
|
|
25 |
- quants done with an importance matrix for improved quantization loss
|
26 |
- ggufs & imatrix generated from bf16 for "optimal" accuracy loss
|
27 |
- Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
|
28 |
+
- Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [5921b8f089d3b7bda86aac5a66825df6a6c10603](https://github.com/ggerganov/llama.cpp/commit/5921b8f089d3b7bda86aac5a66825df6a6c10603) (master as of 2024-05-30)
|
29 |
- Imatrix generated with [this](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) multi-purpose dataset by [bartowski](https://huggingface.co/bartowski).
|
30 |
```
|
31 |
./imatrix -c 512 -m $model_name-bf16.gguf -f calibration_datav3.txt -o $model_name.imatrix
|