diff --git a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj index 77596d57..ccec8445 100644 --- a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj +++ b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj @@ -10,8 +10,8 @@ enable enable - 0.6.2-beta1 - Tim Miller + 0.8.0 + Tim Miller, xbotter SciSharp STACK true MIT, SciSharp STACK $([System.DateTime]::UtcNow.ToString(yyyy)) diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index f79fcb43..18ea3080 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -7,7 +7,7 @@ AnyCPU;x64;Arm64 True - 0.7.1 + 0.8.0 Yaohui Liu, Martin Evans, Haiping Chen SciSharp STACK true @@ -17,11 +17,11 @@ https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 LLama, LLM, GPT, ChatGPT, NLP, AI, Chat Bot, SciSharp - The .NET binding of LLama.cpp, providing APIs to run the model and deploy it on Web. For model + The .NET binding of LLama.cpp, making LLM inference and deployment easy and fast. For model weights to run, please go to https://github.com/SciSharp/LLamaSharp for more information. - LLamaSharp 0.5.0 adds support for GGUF, grammar and integration with semantic-kernel. + LLamaSharp 0.8.0 supports automatically device feature detection, adds integration with kernel-memory and fixes some performance issues. MIT packages diff --git a/LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec b/LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec index dc296ab8..d8876f4f 100644 --- a/LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec +++ b/LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec @@ -17,8 +17,8 @@ - - + + diff --git a/LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec b/LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec index cde9aaa6..5ffd8ef1 100644 --- a/LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec +++ b/LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec @@ -17,8 +17,8 @@ - - + + diff --git a/LLama/runtimes/build/LLamaSharpBackend.props b/LLama/runtimes/build/LLamaSharpBackend.props index 786e8905..6858ca51 100644 --- a/LLama/runtimes/build/LLamaSharpBackend.props +++ b/LLama/runtimes/build/LLamaSharpBackend.props @@ -7,33 +7,7 @@ - - PreserveNewest - false - %(Filename)%(Extension) - - - PreserveNewest - false - %(Filename)%(Extension) - - - PreserveNewest - false - %(Filename)%(Extension) - - - - PreserveNewest - false - %(Filename)%(Extension) - - + PreserveNewest false %(Filename)%(Extension)