18 lines
883 B
XML
18 lines
883 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>LLamaSharp.Backend.Cpu</id>
|
|
<version>0.21.0</version>
|
|
<title>LLamaSharp.Backend.Cpu, the backend for LLamaSharp</title>
|
|
<authors>llama.cpp Authors</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>icon512.png</icon>
|
|
<projectUrl>https://github.com/SciSharp/LLamaSharp</projectUrl>
|
|
<description>LLamaSharp.Backend.Cpu is a backend for LLamaSharp to use with Cpu only.</description>
|
|
<releaseNotes></releaseNotes>
|
|
<copyright>Copyright 2023 The llama.cpp Authors. All rights reserved.</copyright>
|
|
<tags>LLamaSharp LLama LLM GPT AI ChatBot SciSharp</tags>
|
|
</metadata>
|
|
</package> |