From ced608850d746924bf066b42882ef376cff47de1 Mon Sep 17 00:00:00 2001 From: Tal Almagor Date: Tue, 6 May 2025 18:05:03 +0300 Subject: [PATCH 1/3] Remove llama.cpp submodule --- .gitmodules | 3 --- vendor/llama.cpp | 1 - 2 files changed, 4 deletions(-) delete mode 160000 vendor/llama.cpp diff --git a/.gitmodules b/.gitmodules index 7edf0975d..e69de29bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "vendor/llama.cpp"] - path = vendor/llama.cpp - url = https://github.com/ggerganov/llama.cpp.git diff --git a/vendor/llama.cpp b/vendor/llama.cpp deleted file mode 160000 index 6bf28f011..000000000 --- a/vendor/llama.cpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6bf28f0111ff9f21b3c1b1eace20c590281e7ba6 From 88ab6053ea0ed6604ed7e6d5c3cf19f7194aba65 Mon Sep 17 00:00:00 2001 From: Tal Almagor Date: Tue, 6 May 2025 18:06:20 +0300 Subject: [PATCH 2/3] Add new llama.cpp submodule with Qwen3 support --- .gitmodules | 3 +++ vendor/llama.cpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/llama.cpp diff --git a/.gitmodules b/.gitmodules index e69de29bb..e24625894 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/llama.cpp"] + path = vendor/llama.cpp + url = git@github.com:bozheng-hit/llama.cpp.git diff --git a/vendor/llama.cpp b/vendor/llama.cpp new file mode 160000 index 000000000..1466621e7 --- /dev/null +++ b/vendor/llama.cpp @@ -0,0 +1 @@ +Subproject commit 1466621e738779eefe1bb672e17dc55d63d166bb From 420317145d7c3280de157258b64153629d1eed01 Mon Sep 17 00:00:00 2001 From: Tal Almagor Date: Tue, 6 May 2025 18:23:30 +0300 Subject: [PATCH 3/3] Update submodule to qwen3 branch --- vendor/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/llama.cpp b/vendor/llama.cpp index 1466621e7..cbb0b8934 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit 1466621e738779eefe1bb672e17dc55d63d166bb +Subproject commit cbb0b8934d870e24b20568666c5e579d74a51f5f