Skip to content

Commit 27a8ab3

Browse files
authored
docs: fix typo of README.
1 parent b4317ee commit 27a8ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![LLamaSharp Badge](https://img.shields.io/nuget/v/LLamaSharp.Backend.OpenCL?label=LLamaSharp.Backend.OpenCL)](https://www.nuget.org/packages/LLamaSharp.Backend.OpenCL)
1212

1313

14-
**LLamaSharp is a cross-platform library to run 🦙LLaMA/LLaVA model (and others) in your local device. Based on [llama.cpp](https://github.com/ggerganov/llama.cpp), inference with LLamaSharp is efficient on both CPU and GPU. With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp.**
14+
**LLamaSharp is a cross-platform library to run 🦙LLaMA/LLaVA model (and others) on your local device. Based on [llama.cpp](https://github.com/ggerganov/llama.cpp), inference with LLamaSharp is efficient on both CPU and GPU. With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp.**
1515

1616
**Please star the repo to show your support for this project!🤗**
1717

@@ -38,7 +38,7 @@
3838

3939
- [Quick start](https://scisharp.github.io/LLamaSharp/latest/QuickStart/)
4040
- [FAQ](https://scisharp.github.io/LLamaSharp/latest/FAQ/)
41-
- [Tutorial](https://scisharp.github.io/LLamaSharp/latest/Tutorial/)
41+
- [Tutorial](https://scisharp.github.io/LLamaSharp/latest/Tutorials/NativeLibraryConfig/)
4242
- [Full documentation](https://scisharp.github.io/LLamaSharp/latest/)
4343
- [API reference](https://scisharp.github.io/LLamaSharp/latest/xmldocs/)
4444

0 commit comments

Comments
 (0)