Then, search and install one of the following backends:
```
LLamaSharp.Backend.Cpu
LLamaSharp.Backend.Cuda11
LLamaSharp.Backend.Cuda12
LLamaSharp.Backend.Cpu # cpu for windows, linux and mac
LLamaSharp.Backend.Cuda11 # cuda11 for windows and linux
LLamaSharp.Backend.Cuda12 # cuda12 for windows and linux
LLamaSharp.Backend.MacMetal # metal for mac
```
If you would like to use it with [microsoft semantic-kernel](https://github.com/microsoft/semantic-kernel), please search and install the following package:
```
LLamaSharp.semantic-kernel
```
Here's the mapping of them and corresponding model samples provided by `LLamaSharp`. If you're not sure which model is available for a version, please try our sample model.
@@ -49,7 +56,8 @@ 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! 😊
@@ -150,7 +158,7 @@ Since we are in short of hands, if you're familiar with ASP.NET core, we'll appr
✅ ASP.NET core Integration
⚠️ Semantic-kernel Integration
✅ Semantic-kernel Integration
🔳 Fine-tune
@@ -158,8 +166,6 @@ Since we are in short of hands, if you're familiar with ASP.NET core, we'll appr