Fix README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,9 @@ datasets:
|
|
25 |
# Hermes-2-Pro-Mistral-7B-iMat-GGUF
|
26 |
|
27 |
Source Model: [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
|
|
|
28 |
Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [46acb3676718b983157058aecf729a2064fc7d34](https://github.com/ggerganov/llama.cpp/commit/46acb3676718b983157058aecf729a2064fc7d34)
|
|
|
29 |
Imatrix was generated from the f16 gguf via this command:
|
30 |
|
31 |
./imatrix -c 512 -m $out_path/$base_quant_name -f $llama_cpp_path/groups_merged.txt -o $out_path/imat-f16-gmerged.dat
|
|
|
25 |
# Hermes-2-Pro-Mistral-7B-iMat-GGUF
|
26 |
|
27 |
Source Model: [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
|
28 |
+
|
29 |
Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [46acb3676718b983157058aecf729a2064fc7d34](https://github.com/ggerganov/llama.cpp/commit/46acb3676718b983157058aecf729a2064fc7d34)
|
30 |
+
|
31 |
Imatrix was generated from the f16 gguf via this command:
|
32 |
|
33 |
./imatrix -c 512 -m $out_path/$base_quant_name -f $llama_cpp_path/groups_merged.txt -o $out_path/imat-f16-gmerged.dat
|