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..994f86b76 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.27.0 | Qwen3.5 & Gemma4 | [`3f7c29d318e317b63f54c558bc69803963d7d88c`](https://github.com/ggerganov/llama.cpp/tree/3f7c29d318e317b63f54c558bc69803963d7d88c)
## License