Skip to content

Commit 12afb12

Browse files
committed
Updated csproj
1 parent 79efca3 commit 12afb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LLama/LLamaSharp.csproj

Lines changed: 2 additions & 2 deletions
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.11.2</Version>
10+
<Version>0.12.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-
LLamaSharp 0.11.2 fixed the performance issue of LLaVA on GPU and improved the log suppression.
25+
Updated llama.cpp version to include better support for LLama3 tokenization.
2626
</PackageReleaseNotes>
2727
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2828
<PackageOutputPath>packages</PackageOutputPath>

0 commit comments

Comments
 (0)