From: rankaiyx Date: Sun, 9 Jul 2023 07:38:42 +0000 (+0800) Subject: readme : add more docs indexes (#2127) X-Git-Tag: gguf-v0.4.0~498 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2492a53fd0d8372ecc67f49f07b581905175eea8;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add more docs indexes (#2127) * Update README.md to add more docs indexes * Update README.md to add more docs indexes --- diff --git a/README.md b/README.md index 7953fd3a..31863298 100644 --- a/README.md +++ b/README.md @@ -783,5 +783,10 @@ docker run --gpus all -v /path/to/models:/models local/llama.cpp:light-cuda -m / ### Docs -- [GGML tips & tricks](https://github.com/ggerganov/llama.cpp/wiki/GGML-Tips-&-Tricks) +- [main](./examples/main/README.md) +- [server](./examples/server/README.md) +- [embd-input](./examples/embd-input/README.md) +- [jeopardy](./examples/jeopardy/README.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)