StellarXipher/Assets/Packages/LLamaSharp.Backend.Vulkan.Linux.0.21.0/LLamaSharp.Backend.Vulkan.Linux.nuspec
2025-02-12 19:41:54 -05:00

21 lines
1001 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>LLamaSharp.Backend.Vulkan.Linux</id>
<version>0.21.0</version>
<title>LLamaSharp.Backend.Vulkan.Linux</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.Linux contains the Linux binaries for LLamaSharp with Vulkan support.</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.Cpu" version="0.21.0" />
</dependencies>
</metadata>
</package>