Skip to content

Commit

Permalink
Update README.md to fix broken link to docs (ggerganov#8399)
Browse files Browse the repository at this point in the history
Update the "Performance troubleshooting" doc link to be correct - the file was moved into a dir called 'development'
  • Loading branch information
andysalerno authored Jul 9, 2024
1 parent e500d61 commit fd560fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit fd560fe

Please sign in to comment.