From ad5ad895fbf220c3f917e65c2f9b4e401b63810f Mon Sep 17 00:00:00 2001 From: likelovewant Date: Wed, 31 Jul 2024 13:37:19 +0800 Subject: [PATCH] fix --- .gitmodules | 5 ++++- llm/llama.cpp | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 llm/llama.cpp diff --git a/.gitmodules b/.gitmodules index b92f645d..cb7adbfa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,7 @@ [submodule "llama.cpp"] path = llm/llama.cpp url = https://github.com/ggerganov/llama.cpp.git - shallow = true \ No newline at end of file + shallow = true +[submodule "llm/llm/llama.cpp"] + path = llm/llm/llama.cpp + url = https://githubfast.com/ggerganov/llama.cpp.git diff --git a/llm/llama.cpp b/llm/llama.cpp new file mode 160000 index 00000000..6eeaeba1 --- /dev/null +++ b/llm/llama.cpp @@ -0,0 +1 @@ +Subproject commit 6eeaeba126ff701f3e8f79f246805b7023709972