From: 708-145 Date: Sat, 15 Feb 2025 19:03:30 +0000 (+0100) Subject: examples: fix typo in imatrix/README.md (#11884) X-Git-Tag: upstream/0.0.4853~128 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fc10c38ded84670955d4c44770f8acfb64617e15;p=pkg%2Fggml%2Fsources%2Fllama.cpp examples: fix typo in imatrix/README.md (#11884) * simple typo fixed * Update examples/imatrix/README.md --------- Co-authored-by: Tobias Bergmann Co-authored-by: Georgi Gerganov --- diff --git a/examples/imatrix/README.md b/examples/imatrix/README.md index bdf248cd..9aa2b203 100644 --- a/examples/imatrix/README.md +++ b/examples/imatrix/README.md @@ -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