From: Andy Salerno Date: Tue, 9 Jul 2024 18:58:44 +0000 (-0700) Subject: Update README.md to fix broken link to docs (#8399) X-Git-Tag: upstream/0.0.4488~1130 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fd560fe680c72fd0a0af2bc8881add20ad919071;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update README.md to fix broken link to docs (#8399) Update the "Performance troubleshooting" doc link to be correct - the file was moved into a dir called 'development' --- diff --git a/README.md b/README.md index aa707081..05891906 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ To learn more how to measure perplexity using llama.cpp, [read this documentatio - [How to build](./docs/build.md) - [Running on Docker](./docs/docker.md) - [Build on Android](./docs/android.md) -- [Performance troubleshooting](./docs/token_generation_performance_tips.md) +- [Performance troubleshooting](./docs/development/token_generation_performance_tips.md) - [GGML tips & tricks](https://github.com/ggerganov/llama.cpp/wiki/GGML-Tips-&-Tricks) **Seminal papers and background on the models**