From 88910c30df0b1c479422ef1285084f8258e6f642 Mon Sep 17 00:00:00 2001 From: rankaiyx Date: Fri, 7 Jul 2023 11:13:29 +0800 Subject: [PATCH] Update README.md to add more docs indexes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07f8de85f..2472e86d6 100644 --- a/README.md +++ b/README.md @@ -755,6 +755,6 @@ docker run -v /path/to/models:/models ghcr.io/ggerganov/llama.cpp:light -m /mode - [server](./examples/server/README.md) - [embd-input](./examples/embd-input/README.md) - [jeopardy](./examples/jeopardy/README.md) -- [GGML tips & tricks](https://github.com/ggerganov/llama.cpp/wiki/GGML-Tips-&-Tricks) -- [Performance troubleshooting](./docs/token_generation_performance_tips.md) - [BLIS](./docs/BLIS.md) +- [Performance troubleshooting](./docs/token_generation_performance_tips.md) +- [GGML tips & tricks](https://github.com/ggerganov/llama.cpp/wiki/GGML-Tips-&-Tricks)