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