We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7664a3e commit c7bea71Copy full SHA for c7bea71
2 files changed
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "vendor/llama.cpp"]
2
path = vendor/llama.cpp
3
- url = https://github.com/ggerganov/llama.cpp.git
+ url = https://github.com/ggml-org/llama.cpp.git
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased]
9
10
- feat: Update llama.cpp to ggerganov/llama.cpp@91e84fed6 and sync Python bindings
11
+- chore: Migrate llama.cpp submodule URL to ggml-org/llama.cpp by @shalinib-ibm in #2034
12
- fix: Enable unified KV cache for embedding contexts to preserve full per-sequence context in batch embedding calls by @SanjanaB123 in #2217
13
14
## [0.3.23]
0 commit comments