35 lines
2.5 KiB
XML
35 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>LLamaSharp</id>
|
|
<version>0.21.0</version>
|
|
<authors>Rinne, Martin Evans, jlsantiago and all the other contributors in https://github.com/SciSharp/LLamaSharp/graphs/contributors.</authors>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<readme>README.md</readme>
|
|
<iconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</iconUrl>
|
|
<description>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.</description>
|
|
<releaseNotes>Updated llama.cpp version to 5783575c9d99c4d9370495800663aa5397ceb0be</releaseNotes>
|
|
<copyright>MIT, SciSharp STACK 2025</copyright>
|
|
<tags>LLama, LLM, GPT, ChatGPT, NLP, AI, Chat Bot, SciSharp</tags>
|
|
<repository type="git" url="https://github.com/SciSharp/LLamaSharp" commit="f9b61f5b697aee0ad81837e46cda939125427749" />
|
|
<dependencies>
|
|
<group targetFramework="net8.0">
|
|
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.1.0-preview.1.25064.3" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="9.0.0" exclude="Build,Analyzers" />
|
|
<dependency id="System.Numerics.Tensors" version="9.0.0" exclude="Build,Analyzers" />
|
|
</group>
|
|
<group targetFramework=".NETStandard2.0">
|
|
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.1.0-preview.1.25064.3" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="9.0.0" exclude="Build,Analyzers" />
|
|
<dependency id="System.Linq.Async" version="6.0.1" exclude="Build,Analyzers" />
|
|
<dependency id="System.Numerics.Tensors" version="9.0.0" exclude="Build,Analyzers" />
|
|
<dependency id="System.Text.Json" version="9.0.0" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |