From fc10c38ded84670955d4c44770f8acfb64617e15 Mon Sep 17 00:00:00 2001 From: 708-145 <40387547+708-145@users.noreply.github.com> Date: Sat, 15 Feb 2025 20:03:30 +0100 Subject: [PATCH] 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 --- examples/imatrix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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