]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add more docs indexes (#2127)
authorrankaiyx <redacted>
Sun, 9 Jul 2023 07:38:42 +0000 (15:38 +0800)
committerGitHub <redacted>
Sun, 9 Jul 2023 07:38:42 +0000 (10:38 +0300)
* Update README.md to add more docs indexes

* Update README.md to add more docs indexes

README.md

index 7953fd3a0e0e93cf015877fd506d731748f9553e..318632989d218c074de4a657edf4cf66ca79ee32 100644 (file)
--- 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)