22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>LLamaSharp.Backend.Vulkan</id>
|
|
<version>0.21.0</version>
|
|
<title>LLamaSharp.Backend.Vulkan, 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.Vulkan is a backend for LLamaSharp to use with Vulkan.</description>
|
|
<releaseNotes></releaseNotes>
|
|
<copyright>Copyright 2023 The llama.cpp Authors. All rights reserved.</copyright>
|
|
<tags>LLamaSharp LLama LLM GPT AI ChatBot SciSharp</tags>
|
|
<dependencies>
|
|
<dependency id="LLamaSharp.Backend.Vulkan.Windows" version="0.21.0" />
|
|
<dependency id="LLamaSharp.Backend.Vulkan.Linux" version="0.21.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |