From 4e68ee611753980e971c9bf492be00762385c221 Mon Sep 17 00:00:00 2001 From: Rinne Date: Wed, 20 Sep 2023 17:59:50 +0800 Subject: [PATCH] docs: update document links in readme. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c959068a..ed099a13 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ both Windows, Linux and MAC without requirment for compiling llama.cpp yourself. ## Documentation -- [Quick start](https://scisharp.github.io/LLamaSharp/0.4/GetStarted/) -- [Tricks for FAQ](https://scisharp.github.io/LLamaSharp/0.4/Tricks/) -- [Full documentation](https://scisharp.github.io/LLamaSharp/0.4/) -- [API reference](https://scisharp.github.io/LLamaSharp/0.4/xmldocs/) +- [Quick start](https://scisharp.github.io/LLamaSharp/0.5/GetStarted/) +- [Tricks for FAQ](https://scisharp.github.io/LLamaSharp/0.5/Tricks/) +- [Full documentation](https://scisharp.github.io/LLamaSharp/0.5/) +- [API reference](https://scisharp.github.io/LLamaSharp/0.5/xmldocs/) - [Examples](./LLama.Examples/NewVersion/) ## Installation @@ -62,7 +62,7 @@ Here's the mapping of them and corresponding model samples provided by `LLamaSha Many hands make light work. If you have found any other model resource that could work for a version, we'll appreciate it for opening an PR about it! 😊 We publish the backend with cpu, cuda11 and cuda12 because they are the most popular ones. If none of them matches, please compile the [llama.cpp](https://github.com/ggerganov/llama.cpp) -from source and put the `libllama` under your project's output path ([guide](https://scisharp.github.io/LLamaSharp/0.4/ContributingGuide/)). +from source and put the `libllama` under your project's output path ([guide](https://scisharp.github.io/LLamaSharp/0.5/ContributingGuide/)). ## FAQ