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.

LLamaSharp.Backend.Cuda12.nuspec 1.4 kB

2 years ago
1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package >
  3. <metadata>
  4. <id>LLamaSharp.Backend.Cuda12</id>
  5. <version>$version$</version>
  6. <title>LLamaSharp.Backend.Cuda12, the backend for LLamaSharp</title>
  7. <authors>llama.cpp Authors</authors>
  8. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  9. <license type="expression">MIT</license>
  10. <icon>icon512.png</icon>
  11. <projectUrl>https://github.com/SciSharp/LLamaSharp</projectUrl>
  12. <description>LLamaSharp.Backend.Cuda12 is a backend for LLamaSharp to use with Cuda12.</description>
  13. <releaseNotes></releaseNotes>
  14. <copyright>Copyright 2023 The llama.cpp Authors. All rights reserved.</copyright>
  15. <tags>LLamaSharp LLama LLM GPT AI ChatBot SciSharp</tags>
  16. </metadata>
  17. <files>
  18. <file src="LLamaSharpBackend.props" target="build/netstandard2.0/LLamaSharp.Backend.Cuda12.props" />
  19. <file src="runtimes/deps/cu12.1.0/libllava_shared.so" target="runtimes\linux-x64\native\cuda12\libllava_shared.so" />
  20. <file src="runtimes/deps/cu12.1.0/llava_shared.dll" target="runtimes\win-x64\native\cuda12\llava_shared.dll" />
  21. <file src="runtimes/deps/cu12.1.0/llama.dll" target="runtimes\win-x64\native\cuda12\llama.dll" />
  22. <file src="runtimes/deps/cu12.1.0/libllama.so" target="runtimes\linux-x64\native\cuda12\libllama.so" />
  23. <file src="icon512.png" target="icon512.png" />
  24. </files>
  25. </package>