|
|
|
@@ -1,26 +0,0 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<package > |
|
|
|
<metadata> |
|
|
|
<id>LLamaSharp.Backend.MacMetal</id> |
|
|
|
<version>$version$</version> |
|
|
|
<title>LLamaSharp.Backend.MacMetal, the backend for LLamaSharp on MACOS.</title> |
|
|
|
<authors>llama.cpp Authors</authors> |
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
|
|
<license type="expression">MIT</license> |
|
|
|
<icon>icon512.png</icon> |
|
|
|
<projectUrl>https://github.com/SciSharp/LLamaSharp</projectUrl> |
|
|
|
<description>LLamaSharp.Backend.MacMetal is a backend for LLamaSharp to use MAC with GPU support.</description> |
|
|
|
<releaseNotes></releaseNotes> |
|
|
|
<copyright>Copyright 2023 The llama.cpp Authors. All rights reserved.</copyright> |
|
|
|
<tags>LLamaSharp LLama LLM GPT AI ChatBot SciSharp</tags> |
|
|
|
</metadata> |
|
|
|
|
|
|
|
<files> |
|
|
|
<file src="LLamaSharpBackend.props" target="build/netstandard2.0/LLamaSharp.Backend.MacMetal.props" /> |
|
|
|
<file src="runtimes/ggml-metal.metal" target="runtimes\osx-x64\native\ggml-metal.metal" /> |
|
|
|
<file src="runtimes/libllama.dylib" target="runtimes\osx-x64\native\libllama.dylib" /> |
|
|
|
<file src="runtimes/libllama.dylib" target="runtimes\osx-arm64\native\libllama.dylib" /> |
|
|
|
<file src="runtimes/ggml-metal.metal" target="runtimes\osx-arm64\native\ggml-metal.metal" /> |
|
|
|
<file src="icon512.png" target="icon512.png" /> |
|
|
|
</files> |
|
|
|
</package> |