LLamaSharp 0.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LLamaSharp --version 0.2.2                
NuGet\Install-Package LLamaSharp -Version 0.2.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LLamaSharp" Version="0.2.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LLamaSharp --version 0.2.2                
#r "nuget: LLamaSharp, 0.2.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LLamaSharp as a Cake Addin
#addin nuget:?package=LLamaSharp&version=0.2.2

// Install LLamaSharp as a Cake Tool
#tool nuget:?package=LLamaSharp&version=0.2.2                

The .NET binding of LLama.cpp, providing APIs to run the model and deploy it on Web.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on LLamaSharp:

Package Downloads
Microsoft.KernelMemory.AI.LlamaSharp

Provide access to OpenAI LLM models in Kernel Memory to generate text

LLamaSharp.semantic-kernel

The integration of LLamaSharp and Microsoft semantic-kernel.

LLamaSharp.kernel-memory

The integration of LLamaSharp and Microsoft kernel-memory. It could make it easy to support document search for LLamaSharp model inference.

LangChain.Providers.LLamaSharp

LLamaSharp Chat model provider.

LangChain.Providers.Automatic1111

Automatic1111 Stable DIffusion model provider.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on LLamaSharp:

Repository Stars
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
microsoft/kernel-memory
RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
jxq1997216/AITranslator
使用大语言模型来翻译MTool导出的待翻译文件的图像化UI软件
Version Downloads Last updated
0.19.0 479 11/8/2024
0.18.0 5,516 10/19/2024
0.17.0 763 10/13/2024
0.16.0 43,841 9/1/2024
0.15.0 17,386 8/3/2024
0.14.0 3,064 7/16/2024
0.13.0 49,986 6/4/2024
0.12.0 80,458 5/12/2024
0.11.2 14,730 4/6/2024
0.11.1 836 3/31/2024
0.10.0 6,241 2/15/2024
0.9.1 9,935 1/6/2024
0.9.0 543 1/6/2024
0.8.1 21,781 11/28/2023
0.8.0 20,786 11/12/2023
0.7.0 1,845 10/31/2023
0.6.0 2,367 10/24/2023
0.5.1 6,935 9/5/2023
0.4.2-preview 1,943 8/6/2023
0.4.1-preview 1,247 6/21/2023
0.4.0 11,362 6/19/2023
0.3.0 10,690 5/22/2023
0.2.3 712 5/17/2023
0.2.2 637 5/17/2023
0.2.1 675 5/12/2023
0.2.0 852 5/12/2023

LLama 0.1.0 provides basic APIs to load and run models.