Skip to content

Commit 906d3d8

Browse files
authored
Merge pull request #1054 from martindevans/0.20.0_release
0.20.0 Release
2 parents 02eedd9 + 6038de8 commit 906d3d8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

LLama.KernelMemory/LLamaSharp.KernelMemory.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net8.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.19.0</Version>
7+
<Version>0.20.0</Version>
88
<Authors>Xbotter</Authors>
99
<Company>SciSharp STACK</Company>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<Nullable>enable</Nullable>
1212

13-
<Version>0.19.0</Version>
13+
<Version>0.20.0</Version>
1414
<Authors>Tim Miller, Xbotter</Authors>
1515
<Company>SciSharp STACK</Company>
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

LLama/LLamaSharp.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Platforms>AnyCPU;x64;Arm64</Platforms>
88
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
99

10-
<Version>0.19.0</Version>
10+
<Version>0.20.0</Version>
1111
<Authors>Rinne, Martin Evans, jlsantiago and all the other contributors in https://github.com/SciSharp/LLamaSharp/graphs/contributors.</Authors>
1212
<Company>SciSharp STACK</Company>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -22,7 +22,7 @@
2222
With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp.
2323
</Description>
2424
<PackageReleaseNotes>
25-
Updated llama.cpp version to c35e586ea57221844442c65a1172498c54971cb0
25+
Updated llama.cpp version to 0827b2c1da299805288abbd556d869318f2b121e
2626
</PackageReleaseNotes>
2727
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2828
<PackageOutputPath>packages</PackageOutputPath>

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ If you want to compile llama.cpp yourself you **must** use the exact commit ID l
260260
| v0.17.0 | | [`c35e586e`](https://github.com/ggerganov/llama.cpp/tree/c35e586ea57221844442c65a1172498c54971cb0) |
261261
| v0.18.0 | | [`c35e586e`](https://github.com/ggerganov/llama.cpp/tree/c35e586ea57221844442c65a1172498c54971cb0) |
262262
| v0.19.0 | | [`958367bf`](https://github.com/ggerganov/llama.cpp/tree/958367bf530d943a902afa1ce1c342476098576b) |
263+
| v0.20.0 | | [`0827b2c1`](https://github.com/ggerganov/llama.cpp/tree/0827b2c1da299805288abbd556d869318f2b121e) |
263264

264265
## License
265266

0 commit comments

Comments
 (0)