qwp4w3hyb commited on
Commit
7e8578b
1 Parent(s): 7ac49b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ base_model: meta-llama/Meta-Llama-3.1-70B-Instruct
26
  # Quant Infos
27
 
28
  - Requires latest master + [Rope Scaling PR](https://github.com/ggerganov/llama.cpp/pull/8676)
29
- - ubergarm explained how to set up your llama.cpp here: https://huggingface.co/qwp4w3hyb/Meta-Llama-3.1-8B-Instruct-iMat-GGUF/discussions/1#66a26b63de4e162dd84c22c5
30
  - Might not be perfect yet, but seems to mostly work.
31
  - quants done with an importance matrix for improved quantization loss
32
  - Quantized ggufs & imatrix from hf bf16, through bf16. `safetensors bf16 -> gguf bf16 -> quant` for *optimal* quant loss.
 
26
  # Quant Infos
27
 
28
  - Requires latest master + [Rope Scaling PR](https://github.com/ggerganov/llama.cpp/pull/8676)
29
+ - @ubergarm explained how to set up your llama.cpp here: https://huggingface.co/qwp4w3hyb/Meta-Llama-3.1-8B-Instruct-iMat-GGUF/discussions/1#66a26b63de4e162dd84c22c5
30
  - Might not be perfect yet, but seems to mostly work.
31
  - quants done with an importance matrix for improved quantization loss
32
  - Quantized ggufs & imatrix from hf bf16, through bf16. `safetensors bf16 -> gguf bf16 -> quant` for *optimal* quant loss.