From 198c4e9f9876f90145c0a27f40119113a9ec07d0 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 26 Apr 2026 17:49:14 +0100 Subject: [PATCH 1/2] Release 0.27 --- LLama.KernelMemory/LLamaSharp.KernelMemory.csproj | 4 ++-- LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj | 4 ++-- LLama/LLamaSharp.csproj | 4 ++-- README.md | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj index fc3e9c0a7..d0b69be86 100644 --- a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj +++ b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 0.26.0 + 0.27.0 Xbotter SciSharp STACK true @@ -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.26.0 released with v0.26.0 of LLamaSharp. + v0.27.0 released with v0.27.0 of LLamaSharp. MIT packages diff --git a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj index 81afb94e3..36dccda09 100644 --- a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj +++ b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj @@ -10,7 +10,7 @@ enable enable - 0.26.0 + 0.27.0 Tim Miller, Xbotter SciSharp STACK true @@ -23,7 +23,7 @@ The integration of LLamaSharp and Microsoft semantic-kernel. - v0.26.0 released with v0.26.0 of LLamaSharp. + v0.27.0 released with v0.27.0 of LLamaSharp. MIT packages diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index f05708373..7cbe0ab58 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -7,7 +7,7 @@ AnyCPU;x64;Arm64 True - 0.26.0 + 0.27.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 506bb6e01009058f35558474cf987eeb56361782 + Updated llama.cpp version to 3f7c29d318e317b63f54c558bc69803963d7d88c MIT packages diff --git a/README.md b/README.md index 09075b887..8e290c31e 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ If you want to compile llama.cpp yourself you **must** use the exact commit ID l | v0.24.0 | [Qwen3](https://huggingface.co/collections/unsloth/qwen3-680edabfb790c8c34a242f95) | [`ceda28ef`](https://github.com/ggerganov/llama.cpp/tree/ceda28ef8e310a8dee60bf275077a3eedae8e36c) | | v0.25.0 | | [`11dd5a44eb180e1d69fac24d3852b5222d66fb7f`](https://github.com/ggerganov/llama.cpp/tree/11dd5a44eb180e1d69fac24d3852b5222d66fb7f) | v0.26.0 | | [`506bb6e01009058f35558474cf987eeb56361782`](https://github.com/ggerganov/llama.cpp/tree/506bb6e01009058f35558474cf987eeb56361782) +| v0.26.0 | Qwen3.5 & Gemma4 | [`3f7c29d318e317b63f54c558bc69803963d7d88c`](https://github.com/ggerganov/llama.cpp/tree/3f7c29d318e317b63f54c558bc69803963d7d88c) ## License From 457822c9325d45545d40cd61c7479f868051c7cc Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 26 Apr 2026 17:49:33 +0100 Subject: [PATCH 2/2] Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e290c31e..994f86b76 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ If you want to compile llama.cpp yourself you **must** use the exact commit ID l | v0.24.0 | [Qwen3](https://huggingface.co/collections/unsloth/qwen3-680edabfb790c8c34a242f95) | [`ceda28ef`](https://github.com/ggerganov/llama.cpp/tree/ceda28ef8e310a8dee60bf275077a3eedae8e36c) | | v0.25.0 | | [`11dd5a44eb180e1d69fac24d3852b5222d66fb7f`](https://github.com/ggerganov/llama.cpp/tree/11dd5a44eb180e1d69fac24d3852b5222d66fb7f) | v0.26.0 | | [`506bb6e01009058f35558474cf987eeb56361782`](https://github.com/ggerganov/llama.cpp/tree/506bb6e01009058f35558474cf987eeb56361782) -| v0.26.0 | Qwen3.5 & Gemma4 | [`3f7c29d318e317b63f54c558bc69803963d7d88c`](https://github.com/ggerganov/llama.cpp/tree/3f7c29d318e317b63f54c558bc69803963d7d88c) +| v0.27.0 | Qwen3.5 & Gemma4 | [`3f7c29d318e317b63f54c558bc69803963d7d88c`](https://github.com/ggerganov/llama.cpp/tree/3f7c29d318e317b63f54c558bc69803963d7d88c) ## License