Skip to content

Commit c7bea71

Browse files
chore: migrate llama.cpp submodule to ggml-org (abetlen#2034)
Co-authored-by: abetlen <abetlen@gmail.com>
1 parent 7664a3e commit c7bea71

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "vendor/llama.cpp"]
22
path = vendor/llama.cpp
3-
url = https://github.com/ggerganov/llama.cpp.git
3+
url = https://github.com/ggml-org/llama.cpp.git

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
- 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
1112
- fix: Enable unified KV cache for embedding contexts to preserve full per-sequence context in batch embedding calls by @SanjanaB123 in #2217
1213

1314
## [0.3.23]

0 commit comments

Comments
 (0)