diff options
author | rankaiyx <rankaiyx@rankaiyx.com> | 2023-07-09 15:38:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-09 10:38:42 +0300 |
commit | 2492a53fd0d8372ecc67f49f07b581905175eea8 (patch) | |
tree | 532312bd511cad7c68abde8db57897bbb8a4d144 | |
parent | 64639555ff93c8ead2b80becb49cc6b60aeac240 (diff) |
readme : add more docs indexes (#2127)
* Update README.md to add more docs indexes
* Update README.md to add more docs indexes
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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) |