You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="utf-8"?>
- <package >
- <metadata>
- <id>LLamaSharp.Backend.Cuda12</id>
- <version>$version$</version>
- <title>LLamaSharp.Backend.Cuda12, the backend for LLamaSharp</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.Cuda12 is a backend for LLamaSharp to use with Cuda12.</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.Cuda12.props" />
-
- <file src="runtimes/deps/cu12.1.0/libllava_shared.so" target="runtimes\linux-x64\native\cuda12\libllava_shared.so" />
- <file src="runtimes/deps/cu12.1.0/llava_shared.dll" target="runtimes\win-x64\native\cuda12\llava_shared.dll" />
-
- <file src="runtimes/deps/cu12.1.0/llama.dll" target="runtimes\win-x64\native\cuda12\llama.dll" />
- <file src="runtimes/deps/cu12.1.0/libllama.so" target="runtimes\linux-x64\native\cuda12\libllama.so" />
-
- <file src="icon512.png" target="icon512.png" />
- </files>
- </package>
|