From 4fc1263de5a7f842ac6f6ea3ab6bce858f13868c Mon Sep 17 00:00:00 2001 From: Shalini Salomi Bodapati Date: Thu, 26 Jun 2025 02:34:17 -0500 Subject: [PATCH] Migrate llama.cpp submodule to ggml-org This PR updates the `vendor/llama.cpp` submodule to point to the current official upstream at (https://github.com/ggml-org/llama.cpp), instead of the now-archived `ggerganov/llama.cpp`. Signed-off-by: Shalini Salomi Bodapati --- .gitmodules | 2 +- vendor/llama.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7edf0975d..f56cca32d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/llama.cpp"] path = vendor/llama.cpp - url = https://github.com/ggerganov/llama.cpp.git + url = https://github.com/ggml-org/llama.cpp.git diff --git a/vendor/llama.cpp b/vendor/llama.cpp index 8733e0cf6..716301d1b 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit 8733e0cf6eefc7c7752297cc22d0836706f4222c +Subproject commit 716301d1b03c31875ec3b24526c48c8b1bd0fd8c