diff --git a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj index 8c3d9175d..e38da9960 100644 --- a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj +++ b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj @@ -17,7 +17,7 @@ The integration of LLamaSharp and Microsoft kernel-memory. It could make it easy to support document search for LLamaSharp model inference. - v0.16.0 released with v0.16.0 of LLamaSharp. + v0.17.0 released with v0.17.0 of LLamaSharp. MIT packages diff --git a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj index f0aa0ba00..b7629d708 100644 --- a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj +++ b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj @@ -23,7 +23,7 @@ The integration of LLamaSharp and Microsoft semantic-kernel. - v0.16.0 released with v0.16.0 of LLamaSharp. + v0.17.0 released with v0.17.0 of LLamaSharp. MIT packages diff --git a/LLama.Web/LLama.Web.csproj b/LLama.Web/LLama.Web.csproj index a378f8016..b485ab5c7 100644 --- a/LLama.Web/LLama.Web.csproj +++ b/LLama.Web/LLama.Web.csproj @@ -15,7 +15,7 @@ - + diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index 7d4a9e15d..1eb08ed18 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -7,7 +7,7 @@ AnyCPU;x64;Arm64 True - 0.16.0 + 0.17.0 Rinne, Martin Evans, jlsantiago and all the other contributors in https://github.com/SciSharp/LLamaSharp/graphs/contributors. SciSharp STACK true @@ -22,7 +22,7 @@ With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp. - Updated llama.cpp version to 11b84eb4578864827afcf956db5b571003f18180 + Updated llama.cpp version to c35e586ea57221844442c65a1172498c54971cb0 MIT packages diff --git a/README.md b/README.md index d8ffcb704..d135a7292 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ If you want to compile llama.cpp yourself you **must** use the exact commit ID l | v0.14.0 | Gemma2 | [`36864569`](https://github.com/ggerganov/llama.cpp/tree/368645698ab648e390dcd7c00a2bf60efa654f57) | | v0.15.0 | LLama3.1 | [`345c8c0c`](https://github.com/ggerganov/llama.cpp/tree/345c8c0c87a97c1595f9c8b14833d531c8c7d8df) | | v0.16.0 | | [`11b84eb4`](https://github.com/ggerganov/llama.cpp/tree/11b84eb4578864827afcf956db5b571003f18180) | +| v0.17.0 | | [`c35e586e`](https://github.com/ggerganov/llama.cpp/tree/c35e586ea57221844442c65a1172498c54971cb0) | ## License