]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
examples: fix typo in imatrix/README.md (#11884)
author708-145 <redacted>
Sat, 15 Feb 2025 19:03:30 +0000 (20:03 +0100)
committerGitHub <redacted>
Sat, 15 Feb 2025 19:03:30 +0000 (21:03 +0200)
* simple typo fixed

* Update examples/imatrix/README.md

---------

Co-authored-by: Tobias Bergmann <redacted>
Co-authored-by: Georgi Gerganov <redacted>
examples/imatrix/README.md

index bdf248cd3e3334d561fef4858b0093c26def321a..9aa2b20347927cb673a6143b281504ffd0eb29d8 100644 (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 quantized models.
+Compute an importance matrix for a model and given text dataset. Can be used during quantization to enhance the quality of the quantized models.
 More information is available here: https://github.com/ggml-org/llama.cpp/pull/4861
 
 ## Usage