From c3ec66a9b5bbecab9102b8c80386c9ba8dd153b4 Mon Sep 17 00:00:00 2001 From: likelovewant Date: Mon, 21 Oct 2024 18:29:48 +0800 Subject: [PATCH] fix sub --- .gitmodules | 3 +++ llam/llama.cpp | 1 - llm/llama.cpp | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 160000 llam/llama.cpp create mode 160000 llm/llama.cpp diff --git a/.gitmodules b/.gitmodules index 80ce2eaf..6490528a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ path = llam/llama.cpp url = https://githubfast.com/ggerganov/llama.cpp.git shallow = true +[submodule "llm/llama.cpp"] + path = llm/llama.cpp + url = https://githubfast.com/ggerganov/llama.cpp.git diff --git a/llam/llama.cpp b/llam/llama.cpp deleted file mode 160000 index 55e47786..00000000 --- a/llam/llama.cpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55e47786e373c90fc7803e718e3e1dd6d53c3db6 diff --git a/llm/llama.cpp b/llm/llama.cpp new file mode 160000 index 00000000..3f1ae2e3 --- /dev/null +++ b/llm/llama.cpp @@ -0,0 +1 @@ +Subproject commit 3f1ae2e32cde00c39b96be6d01c2997c29bae555