docfix: imatrix readme, quantum models -> quantized models.

This commit is contained in:
Ujjawal Panchal 2024-07-21 14:15:46 +05:30 committed by GitHub
parent 22f281aa16
commit 0ab192f500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# llama.cpp/examples/imatrix
Compute an importance matrix for a model and given text dataset. Can be used during quantization to enchance the quality of the quantum models.
Compute an importance matrix for a model and given text dataset. Can be used during quantization to enchance the quality of the quantized models.
More information is available here: https://github.com/ggerganov/llama.cpp/pull/4861
## Usage