From b76e3d676e1a5c721cc560d833cf65db42761ae8 Mon Sep 17 00:00:00 2001 From: rankaiyx Date: Fri, 7 Jul 2023 10:42:59 +0800 Subject: [PATCH] Update README.md to add more docs indexes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 863aef123..07f8de85f 100644 --- a/README.md +++ b/README.md @@ -751,5 +751,10 @@ docker run -v /path/to/models:/models ghcr.io/ggerganov/llama.cpp:light -m /mode ### Docs +- [main](./examples/main/README.md) +- [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)