diff options
author | Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com> | 2024-04-12 10:52:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 10:52:36 +0200 |
commit | 5c4d767ac028c0f9c31cba3fceaf765c6097abfc (patch) | |
tree | c3b597785c67d07345e2c019bd6a0e1908df5aee /examples/main/README.md | |
parent | ef21ce4ccb41164cb52997bd2210d92bc6a6c5d1 (diff) |
chore: Fix markdown warnings (#6625)
Diffstat (limited to 'examples/main/README.md')
-rw-r--r-- | examples/main/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main/README.md b/examples/main/README.md index bb696b56..10a589ce 100644 --- a/examples/main/README.md +++ b/examples/main/README.md @@ -310,7 +310,7 @@ These options help improve the performance and memory usage of the LLaMA models. ### Quantization -For information about 4-bit quantization, which can significantly improve performance and reduce memory usage, please refer to llama.cpp's primary [README](../../README.md#prepare-data--run). +For information about 4-bit quantization, which can significantly improve performance and reduce memory usage, please refer to llama.cpp's primary [README](../../README.md#prepare-and-quantize). ## Additional Options |