From 001c3543f8b7707ca40442b04be1062130a778c0 Mon Sep 17 00:00:00 2001 From: Andy Salerno Date: Tue, 9 Jul 2024 10:33:30 -0700 Subject: [PATCH] Update README.md to fix broken link to docs Update the "Performance troubleshooting" doc link to be correct - the file was moved into a dir called 'development' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7070811..058919068 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**