Browse Source

docs: update document links in readme.

tags/v0.6.0
Rinne GitHub 2 years ago
parent
commit
4e68ee6117
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      README.md

+ 5
- 5
README.md View File

@@ -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



Loading…
Cancel
Save