Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,8 @@ llama.cpp % ./quantize --imatrix path_to_imatrix path_to_model/ggml-model-f16.gg
|
|
16 |
```
|
17 |
# Note: If you need detailed steps to convert your Large Language Model to GGUF, please scroll to the bottom of this page and check out the section: How to convert (Supported) LLMs (Large Language Model) to GGUF format
|
18 |
|
|
|
|
|
19 |
# Input files for generating the Importance Matrix
|
20 |
|
21 |
## Which file to use for generating the importance matrix
|
|
|
16 |
```
|
17 |
# Note: If you need detailed steps to convert your Large Language Model to GGUF, please scroll to the bottom of this page and check out the section: How to convert (Supported) LLMs (Large Language Model) to GGUF format
|
18 |
|
19 |
+
# Supplementary Learning:
|
20 |
+
|
21 |
# Input files for generating the Importance Matrix
|
22 |
|
23 |
## Which file to use for generating the importance matrix
|