diff --git a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj
index fbeb9128f..8643edc86 100644
--- a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj
+++ b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 0.22.0
+ 0.24.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.21.0 released with v0.21.0 of LLamaSharp.
+ v0.24.0 released with v0.24.0 of LLamaSharp.
MIT
packages
diff --git a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj
index bf556df9c..a4493531d 100644
--- a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj
+++ b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj
@@ -10,7 +10,7 @@
enable
enable
- 0.22.0
+ 0.24.0
Tim Miller, Xbotter
SciSharp STACK
true
@@ -23,8 +23,8 @@
The integration of LLamaSharp and Microsoft semantic-kernel.
- v0.21.0 released with v0.21.0 of LLamaSharp.
-
+ v0.24.0 released with v0.24.0 of LLamaSharp.
+
MIT
packages
AnyCPU;x64;Arm64
diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj
index b802bc672..f400640d0 100644
--- a/LLama/LLamaSharp.csproj
+++ b/LLama/LLamaSharp.csproj
@@ -7,7 +7,7 @@
AnyCPU;x64;Arm64
True
- 0.22.0
+ 0.24.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 5783575c9d99c4d9370495800663aa5397ceb0be
+ Updated llama.cpp version to ceda28ef8e310a8dee60bf275077a3eedae8e36c
MIT
packages
diff --git a/README.md b/README.md
index 441d3f066..240f9931e 100644
--- a/README.md
+++ b/README.md
@@ -266,6 +266,7 @@ If you want to compile llama.cpp yourself you **must** use the exact commit ID l
| v0.21.0 | [DeepSeek R1](https://huggingface.co/collections/unsloth/deepseek-r1-all-versions-678e1c48f5d2fce87892ace5) | [`5783575c`](https://github.com/ggerganov/llama.cpp/tree/5783575c9d99c4d9370495800663aa5397ceb0be) |
| v0.22.0 | Gemma3 | [`be7c3034`](https://github.com/ggerganov/llama.cpp/tree/be7c3034108473beda214fd1d7c98fd6a7a3bdf5) |
| v0.23.0 | Gemma3 | [`be7c3034`](https://github.com/ggerganov/llama.cpp/tree/be7c3034108473beda214fd1d7c98fd6a7a3bdf5) |
+| v0.24.0 | Qwen3 | [`ceda28ef`](https://github.com/ggerganov/llama.cpp/tree/ceda28ef8e310a8dee60bf275077a3eedae8e36c) |
## License