diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..0477fdd5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "llama.cpp"] + path = llama.cpp + url = https://github.com/ggerganov/llama.cpp.git diff --git a/llama.cpp b/llama.cpp new file mode 160000 index 00000000..3ab8b3a9 --- /dev/null +++ b/llama.cpp @@ -0,0 +1 @@ +Subproject commit 3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6