Browse Source

Merge pull request #51 from fwaris/master

fix breaking change in llama.cpp; bind to latest version llama.cpp to…
tags/v0.4.2-preview
Rinne GitHub 3 years ago
parent
commit
ac7f1865ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 1 deletions
  1. +1
    -1
      LLama/LLamaSharp.csproj
  2. BIN
      LLama/runtimes/libllama-cuda11.dll
  3. BIN
      LLama/runtimes/libllama.dll
  4. +1
    -0
      README.md

+ 1
- 1
LLama/LLamaSharp.csproj View File

@@ -7,7 +7,7 @@
<Platforms>AnyCPU;x64;Arm64</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

<Version>0.4.1</Version>
<Version>0.4.2</Version>
<Authors>Yaohui Liu, Haiping Chen</Authors>
<Company>SciSharp STACK</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>


BIN
LLama/runtimes/libllama-cuda11.dll View File


BIN
LLama/runtimes/libllama.dll View File


+ 1
- 0
README.md View File

@@ -49,6 +49,7 @@ Here's the mapping of them and corresponding model samples provided by `LLamaSha
| v0.2.2 | v0.2.2, v0.2.3 | [WizardLM](https://huggingface.co/TheBloke/wizardLM-7B-GGML/tree/previous_llama_ggmlv2), [Vicuna (filenames without "old")](https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/tree/main) | 63d2046 |
| v0.3.0, v0.3.1 | v0.3.0, v0.4.0 | [LLamaSharpSamples v0.3.0](https://huggingface.co/AsakusaRinne/LLamaSharpSamples/tree/v0.3.0), [WizardLM](https://huggingface.co/TheBloke/wizardLM-7B-GGML/tree/main) | 7e4ea5b |
| v0.4.1-preview (cpu only) | v0.4.1-preview | [Open llama 3b](https://huggingface.co/SlyEcho/open_llama_3b_ggml), [Open Buddy](https://huggingface.co/OpenBuddy/openbuddy-llama-ggml)| aacdbd4 |
| v0.4.2-preview (cpu,cuda11) |v0.4.2-preview | [Llama2 7b](https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML)| - |

Many hands make light work. If you have found any other model resource that could work for a version, we'll appreciate it for opening an PR about it! 😊



Loading…
Cancel
Save