From d4137463ef20236dd2d3012d09302abe52f09488 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 3 Sep 2023 10:04:26 +0800 Subject: [PATCH] remove llama.cpp submodule --- .gitmodules | 3 --- crates/llama-cpp-bindings/llama.cpp | 1 - 2 files changed, 4 deletions(-) delete mode 160000 crates/llama-cpp-bindings/llama.cpp diff --git a/.gitmodules b/.gitmodules index f71ffb6..17f7250 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "crates/ctranslate2-bindings/CTranslate2"] path = crates/ctranslate2-bindings/CTranslate2 url = https://github.com/OpenNMT/CTranslate2.git -[submodule "crates/llama-cpp-bindings/llama.cpp"] - path = crates/llama-cpp-bindings/llama.cpp - url = https://github.com/ggerganov/llama.cpp diff --git a/crates/llama-cpp-bindings/llama.cpp b/crates/llama-cpp-bindings/llama.cpp deleted file mode 160000 index bce1fef..0000000 --- a/crates/llama-cpp-bindings/llama.cpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bce1fef328941499dc0acb76cc7fd7ac90449c2f