diff --git a/.gitmodules b/.gitmodules index e69de29b..b92f645d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "llama.cpp"] + path = llm/llama.cpp + url = https://github.com/ggerganov/llama.cpp.git + shallow = true \ No newline at end of file diff --git a/llm/llama.cpp b/llm/llama.cpp new file mode 160000 index 00000000..328b83de --- /dev/null +++ b/llm/llama.cpp @@ -0,0 +1 @@ +Subproject commit 328b83de23b33240e28f4e74900d1d06726f5eb1