qwp4w3hyb commited on
Commit
f12f3f4
1 Parent(s): 2227c47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 [477973d2e190815d4e13545370504776433789cf](https://github.com/ggerganov/llama.cpp/commit/477973d2e190815d4e13545370504776433789cf) (master as of 2024-05-22)
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