Update README.md to add more docs indexes

This commit is contained in:
rankaiyx 2023-07-07 10:42:59 +08:00 committed by GitHub
parent dfd9fce6d6
commit b76e3d676e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)