]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update README.md to fix broken link to docs (#8399)
authorAndy Salerno <redacted>
Tue, 9 Jul 2024 18:58:44 +0000 (11:58 -0700)
committerGitHub <redacted>
Tue, 9 Jul 2024 18:58:44 +0000 (14:58 -0400)
Update the "Performance troubleshooting" doc link to be correct - the file was moved into a dir called 'development'

README.md

index aa70708116571530ae40ac3662ede9e1f9cb75b9..058919068b872c1014bad4845b74c3e71842a13a 100644 (file)
--- 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**